forked from jbryer/psa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetup.R
More file actions
17 lines (15 loc) · 881 Bytes
/
Copy pathSetup.R
File metadata and controls
17 lines (15 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
## Install packages
install.packages(c('devtools','ggplot2','granova','granovaGG','gridExtra',
'Matching','MatchIt','party','PSAgraphics','rbounds','rpart'),
repos='http://cran.r-project.org')
# Both the multilevelPSA and TriMatch packages are available on CRAN, but we
# will install the latest versions from Github.
devtools::install_github('multilevelPSA', 'jbryer')
devtools::install_github('TriMatch', 'jbryer')
devtools::install_github('PSAboot', 'jbryer')
# The pisa package is a large (~80MB) data package. It is required to reproduce
# the full international analysis of private and public schools in the
# multilevelPSA package. Alternatively, the North American data is included in
# the multilevelPSA package. See demo(pisa)
# devtools::install_github('pisa', 'jbryer')