Enter: edit mode
Shift-Enter: run cell, select below
Ctrl-Enter: run cell
Alt-Enter: run cell, insert below
y: to code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Introduction to SAS. UCLA: Statistical Consulting Group. from http://www.ats.ucla.edu/stat/sas/notes2/ (accessed November 24, 2007). | |
# install.packages('lme4', repos='http://cran.us.r-project.org') | |
# install.packages('corpcor', repos='http://cran.us.r-project.org') | |
require(lme4) | |
require(compiler) | |
require(MASS) # for multivariate normal function | |
require(corpcor) # to make a matrix positive definite | |
## Loading required package: corpcor |
Orientdb available commands:
- alter class Alter a class in the database schema
- alter cluster Alters a cluster in the current database. The cluster can be physical or memory
- alter database Alter a database property
- alter property Alter a class property in the database schema
- backup database Backup a database
- begin Begins a transaction. All the changes will remain local
- browse class Browse all records of a class
- browse cluster Browse all records of a cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://www.bnlearn.com/examples/ | |
# install.packages('bnlearn', repos='http://cran.us.r-project.org') | |
library(bnlearn) | |
e = empty.graph(LETTERS[1:6]) | |
class(e) | |
e | |
empty.graph(LETTERS[1:6], num = 2) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Propensity score based data analysis by Susanne Stampf - http://cran.r-project.org/web/packages/nonrandom/vignettes/nonrandom.pdf | |
#install.packages("nonrandom") | |
library("nonrandom") | |
## PS ESTIMATION | |
require(glm2) | |
data(pride) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Script for Appendix E: A Review of Matrices @ http://www.personality-project.org/r/book/AppendixE.F.pdf | |
(v1 <- seq(1, 6)) | |
(v2 <- seq(7, 12)) | |
(v3 <- v1 + 20) | |
(v4 <- v1 + v2) | |
(v5 <- v1 * 3) | |
(v6 <- v1 * v2) # multiplies element by element, not a matrix multiplication | |
(v7 <- seq(1,4)) | |
(V8 <- v1%*%t(v7)) #transpose to get the inner product |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
brew cask install atext | |
brew cask install google-chrome | |
brew cask install skype | |
brew cask install vlc | |
brew cask install picasa | |
brew cask install dropbox |
- email maçaneiro para todo o grupo dizendo que vai mandar material ao longo das próximas semanas
- email personalizado (para cada residente especificamente) com incentivos
- email semanal ranking pdf rosto - grafico progressão - imediata - email cartaz marisa
- USP/Duke competition
- modos diferentes de apresentação
- video
- storytelling - emotions catastrophic - Anderson (joelho), Gabriel (ombro), Gambetta (fratura)
- graficos mão
- protege vs editor vs topbraid??
- visualização melhor do que ontograf?? has export function to .dot
- design contendo R and ArticleSemanticRepresentation??
- genid11 como member de DataScientist??
- MetaAnalysis como member de Technology??