Description Usage Arguments Value
Present an nlme-produced lme model object in a LaTeX table
1 2 3 4 5 6 7 8 9 10 11 12  | 
mdl | 
 An lme object  | 
d | 
 An integer specifying the number of significant digits to be presented in the table.  | 
intercept | 
 Logical indicating whether the table should include a row for the fixed intercept. Default is TRUE.  | 
varnames | 
 Character vector of length length(names(mdl$coefficients$fixed)) specifying the names of fixed effects in the model.  | 
lbl | 
 LaTeX label for the table.  | 
caption | 
 Caption for the table.  | 
coef.head | 
 Word or phrase to use as a header for coefficient estimates.  | 
FUN | 
 Function to apply to coefficients before presenting. Default is identity().  | 
print_mdl | 
 Logical indicating whether the summary table should be wrapped in LaTeX.  | 
A LaTeX or clear-text table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.