Learn R Programming

radiant.model (version 0.8.0)

summary.ann: Summary method for the ann function

Description

Summary method for the ann function

Usage

# S3 method for ann
summary(object, prn = TRUE, ...)

Arguments

object

Return value from ann

prn

Print list of weights

...

further arguments passed to or from other methods

Details

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

See Also

ann to generate results

plot.ann to plot results

predict.ann for prediction

Examples

Run this code
# NOT RUN {
result <- ann("titanic", "survived", "pclass", lev = "Yes")
summary(result)

# }

Run the code above in your browser using DataLab