Code: mtable-ext updated
[This article was first published on Left Censored » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
I have fixed a small bug in mtable-ext
that prevented asterisks from being printed for negative coefficients in mixed effects models output by lme4
. Thanks to Reinhold Kliegl and Martin Elff for pointing out the bug and for providing the fix. The updated code can be found below. However, I do want to warn users that the way the code calculates p-values is not strictly correct. For more information, see R FAQ 7.35; Doug Bates’ mailing list post and the ensuing discussion linked from the FAQ is a must-read for anyone using lme4
or estimating mixed effects models more generally.
Updated version: mtable-ext-20110621
To leave a comment for the author, please follow the link and comment on their blog: Left Censored » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.