Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update in LMMstar user interface #1

Open
bozenne opened this issue Dec 13, 2024 · 1 comment
Open

Update in LMMstar user interface #1

bozenne opened this issue Dec 13, 2024 · 1 comment

Comments

@bozenne
Copy link
Collaborator

bozenne commented Dec 13, 2024

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.

@bozenne
Copy link
Collaborator Author

bozenne commented Dec 13, 2024

The output of summary(e.mlmm) should also be fix (currently it says mixed model and it should say linear model)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant