Created
September 30, 2021 18:24
-
-
Save MJacobs1985/943ec3c2b06c59dfe602520be09a5034 to your computer and use it in GitHub Desktop.
How many samples do you need? -- Simulation in R
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
rm(list=ls()) | |
#### LIBRARY #### | |
library(readr) | |
library(rms) | |
library(lattice) | |
library(dplyr) | |
library(car) | |
library(boot) | |
library(reshape) | |
library(data.table) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment