summary.nb: Summary method for the nb function

View source: R/nb.R

summary.nbR Documentation

Summary method for the nb function

Description

Summary method for the nb function

Usage

## S3 method for class 'nb'
summary(object, dec = 3, ...)

Arguments

object

Return value from nb

dec

Decimals

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/model/nb.html for an example in Radiant

See Also

nb to generate results

plot.nb to plot results

predict.nb for prediction

Examples

result <- nb(titanic, "survived", c("pclass", "sex", "age"))
summary(result)


radiant-rstats/radiant.model documentation built on Nov. 29, 2023, 5:59 a.m.