Installation
You can install the development version of statnnet from GitHub with:
# install.packages("devtools")
devtools::install_github("andrew-mcinerney/statnnet")
statnnet()
The primary function in this package is statnnet()
. It creates a statistically-based version of an existing nnet
object.
A useful summary table can be generated using
summary(stnn)
and covariate-effect plots can be created using
plot(stnn, conf_int = TRUE)
More information about these functions and their arguments can be found in the function documentation.