Install devtools in R: install.packages('devtools')
Use library(devtools)
to import devtools function and subfunctions.
Install Gpop in R: devtools::install_github('saccosj/Gpop')
If successful, the console should read:
*DONE (Gpop)
Use library(Gpop)
to import Gpop subfunctions.
If there are any errors or comments, please contact the main author at: shane.sacco@uconn.edu
Please see the R documentation for each of the three Gpop subfunctions: 1 sample t-tests, 2 sample t-tests, and 1-sample t-tests in regression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.