se_compare(formula = "Salnty ~ T_degC + ChlorA + O2Sat | Sta_ID",
data = bottles, types = "all", cluster = c("Depth_ID", "Sta_ID"),
fixedEffectsOnly = FALSE, bootSamples=c(4, 8, 10),
bootSampleSize=c(300, 500))
se_compare(formula = "Salnty ~ T_degC + ChlorA + O2Sat", data = bottles,
types = "bootstrapped", bootSamples = c(8, 10),
bootSampleSize = c(300, 500))
se_compare(formula = "Salnty ~ T_degC + ChlorA", data = bottles,
types = c("HC0", "HC1", "HC3"))
Run the code above in your browser using DataLab