se_boot(data = bottles, formula = "Salnty ~ T_degC + ChlorA + O2Sat",
n_x = 3, n_samples = 4, sample_size = 300)
se_boot(data = data.frame(x1 = rnorm(50000, mean=4, sd=10),
x2 = rnorm(50000, sd=50),
ID = rep(1:100, 500),
area = rep(1:50, 1000),
y = rnorm(50000)),
formula = "y ~ x1 + x2 | ID",
n_x = 2, n_samples = 10, sample_size = 1000)
Run the code above in your browser using DataLab