summary.nb {radiant.model}R 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)


[Package radiant.model version 1.6.6 Index]