coefAll2-ANY-method: Method for extracting coefficients from GAM-like models

coefAll2,ANY-methodR Documentation

Method for extracting coefficients from GAM-like models

Description

Method for extracting coefficients from GAM-like models

Usage

## S4 method for signature 'ANY'
coefAll2(obj, deviance = FALSE)

Arguments

obj

A model object, typically from a GAM-like fitting procedure.

deviance

A Boolean flag that when TRUE calculates the deviance of the model.

Value

A list containing model coefficients and optionally deviance.


pbox documentation built on May 29, 2024, 7:37 a.m.