sdm_spec_glm | R Documentation |
This function returns a parsnip::model_spec for a Generalised Linear Model to be used as a classifier of presences and absences in Species Distribution Model.
sdm_spec_glm(..., tune = "none")
... |
parameters to be passed to |
tune |
character defining the tuning strategy. As there are no
hyperparameters to tune in a glm, the only valid option is "none". This
parameter is present for consistency with other |
a parsnip::model_spec of the model.
Other "sdm model specifications":
sdm_spec_boost_tree()
,
sdm_spec_gam()
,
sdm_spec_maxent()
,
sdm_spec_rand_forest()
my_spec_glm <- sdm_spec_glm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.