| summary.nl_fit | R Documentation |
Produces a tidy coefficient table via nl_summary and wraps
it in a summary_nl_fit object for pretty printing.
## S3 method for class 'nl_fit'
summary(
object,
digits = 3,
pvals = TRUE,
df_method = c("satterthwaite", "none"),
...
)
object |
An |
digits |
Number of decimal places for rounding. Default |
pvals |
Logical; if |
df_method |
For |
... |
Further arguments passed to |
An object of class summary_nl_fit containing call,
formula, method, and table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.