plot_se(se_compare(formula = "Salnty ~ T_degC + ChlorA", data = bottles,
types = c("iid", "HC0", "HC3")));
plot_se(se_compare(formula = "Salnty ~ T_degC + ChlorA", data = bottles,
types = "HC1", cluster = c("Sta_ID", "Depth_ID")),
level = 0.9);
Run the code above in your browser using DataLab