Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Created September 30, 2021 18:24
Show Gist options
  • Save MJacobs1985/943ec3c2b06c59dfe602520be09a5034 to your computer and use it in GitHub Desktop.
Save MJacobs1985/943ec3c2b06c59dfe602520be09a5034 to your computer and use it in GitHub Desktop.
How many samples do you need? -- Simulation in R
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