| nl_summary | R Documentation |
Produces a tidy coefficient table for a model fitted by
nl_fit. For linear mixed models (lmerMod), optional
p-values and denominator degrees of freedom are obtained via
lmerTest (Satterthwaite method). For GLMMs (glmerMod),
z-tests are reported from summary().
nl_summary(
object,
digits = 3,
pvals = TRUE,
df_method = c("satterthwaite", "none")
)
object |
An |
digits |
Integer; number of decimal places for rounding. If
|
pvals |
Logical; if |
df_method |
For |
A data frame (or tibble) with columns: Term, Estimate,
Std.Error, df (if available), statistic, and
p.value (if available).
nl_fit, summary.nl_fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.