Skip to content

fawda123/NeuralNetTools

Repository files navigation

README

R-CMD-check pkgdown CRAN status

This is the development repository for the NeuralNetTools package. Functions within this package can be used for the interpretation of neural network models created in R, including functions to plot a neural network interpretation diagram, evaluation of variable importance, and a sensitivity analysis of input variables.

The current release can be installed from CRAN:

# install NeuralNetTools
install.packages('NeuralNetTools')

The development version of this package can be installed from r-universe:

# enable repos
options(repos = c(
    tbeptech = 'https://fawda123.r-universe.dev',
    CRAN = 'https://cloud.r-project.org'))

# install NeuralNetTools
install.packages('NeuralNetTools')

See the website for additional information.

Citation

Please cite this package as follows:

Beck MW (2018). "NeuralNetTools: Visualization and Analysis Tools for Neural Networks." Journal of Statistical Software, 85(11), pp. 1-20. doi: 10.18637/jss.v085.i11 (URL: http://doi.org/10.18637/jss.v085.i11).

Issues and suggestions

Please report any issues and suggestions on the issues link for the repository.

A guide to posting issues can be found here.

Contributing

Please view our contributing guidelines for any changes or pull requests.

License

This package is released in the public domain under the creative commons license CC0.