summary.nl_fit: Summary method for nl_fit objects

View source: R/nl_methods.R

summary.nl_fitR Documentation

Summary method for nl_fit objects

Description

Produces a tidy coefficient table via nl_summary and wraps it in a summary_nl_fit object for pretty printing.

Usage

## S3 method for class 'nl_fit'
summary(
  object,
  digits = 3,
  pvals = TRUE,
  df_method = c("satterthwaite", "none"),
  ...
)

Arguments

object

An nl_fit object returned by nl_fit.

digits

Number of decimal places for rounding. Default 3.

pvals

Logical; if TRUE, attempts to include p-values. Default TRUE.

df_method

For lmerMod: "satterthwaite" (requires lmerTest) or "none". Default "satterthwaite".

...

Further arguments passed to nl_summary.

Value

An object of class summary_nl_fit containing call, formula, method, and table.


MultiSpline documentation built on April 16, 2026, 9:06 a.m.