Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ANN and ENFA models #19

Open
Zeroo11 opened this issue Dec 15, 2022 · 1 comment
Open

add ANN and ENFA models #19

Zeroo11 opened this issue Dec 15, 2022 · 1 comment

Comments

@Zeroo11
Copy link

Zeroo11 commented Dec 15, 2022

Hello,
When I use 'getmethodNames()', I can not get ANN and ENFA.
`getmethodNames()
$bioclim
[1] "bioclim" "Bioclim"

$bioclim.dismo
[1] "bioclim.dismo" "BioclimDismo" "bioclimDismo" "bioclim.dis" "bioclimD"

$brt
[1] "brt" "BRT" "gbm" "GBM"

$cart
[1] "cart" "CART" "tree"

$domain.dismo
[1] "domain.dismo" "DomainDismo" "domainDismo" "domain.dis" "domainD"

$fda
[1] "fda" "FDA"

$gam
[1] "gam" "GAM"

$glm
[1] "glm" "GLM" "lm"

$glmnet
[1] "glmnet" "GLMNET" "glmelastic" "glmlasso"

$glmpoly
[1] "glmpoly" "glmpolynomial" "glmp"

$mahal.dismo
[1] "mahal.dismo" "MahalDismo" "mahalanoubisDismo" "mahal.dis"
[5] "mahalD"

$mars
[1] "mars" "MARS" "earth"

$maxent
[1] "maxent" "Maxent" "MAXENT" "entropy" "maxentropy"

$maxlike
[1] "maxlike" "MaxLike"

$mda
[1] "mda" "MDA"

$rf
[1] "rf" "RF" "randomForest" "rforest"

$rpart
[1] "rpart" "RPART"

$svm
[1] "svm" "SVM" "ksvm"`

I based on your paper: “sdm: A reproducible and extensible R platform for species distribution modelling”
The dependent packages ("nnet", "neuralnet", "adehabitatHS") are installed, but these two models are still missing.
Is this what is the reason?
Thank u very much.

@babaknaimi
Copy link
Owner

babaknaimi commented Dec 17, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants