Description Usage Arguments Details
Run binomial logistic models to predict species' occurrences and gaussian CRFs to predict species' local abundances.
1 | hurdleModel(flyway, n_reps, n_cores)
|
flyway |
A |
n_reps |
Positive |
n_cores |
Positive integer stating the number of processing cores to split the job across.
Default is |
This function runs the hurdle model by first estimating predictors of species' occurrence
probability using lassoBinomial
and then fitting a conditional random field to species'
scaled abundances using lassoGaussian
. Each of these models is run n_reps
times
to allow for uncertainty in coefficient estimates. Predictions are then used to estimate model fits and
predict community network B'os and species' eigencentrality in each site. All models are
run for sites within a unique bioregion, ensuring that network metrics reflect variation among
sites with similar climate and species compositions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.