You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The R syntax of the tutorial is anticipated to undergo one visible change when the next version of the LMMstar package is released to improve the user interface: proportion(e.mlmm, method = "single-step", n.sample = 0)
will be called replaced by confint(e.mlmm, method = "proportion", columns = c("estimate","se","df","lower","upper","p.value"))
or model.tables(e.mlmm, method = c("average","pool.fixse","pool.gls","pool.gls1","proportion))
similarly to the other estimators.
The text was updated successfully, but these errors were encountered:
The R syntax of the tutorial is anticipated to undergo one visible change when the next version of the LMMstar package is released to improve the user interface:
proportion(e.mlmm, method = "single-step", n.sample = 0)
will be called replaced by
confint(e.mlmm, method = "proportion", columns = c("estimate","se","df","lower","upper","p.value"))
or
model.tables(e.mlmm, method = c("average","pool.fixse","pool.gls","pool.gls1","proportion))
similarly to the other estimators.
The text was updated successfully, but these errors were encountered: