NullModel: Null Model

Description Usage Arguments Details Data type Version Date submitted Author(s) See Also

View source: R/NullModel.R

Description

A simple null model for predicting species distributions. Predictions are simply the mean of the occurrence values column. This only make sense for some data combination, see details.

Usage

1
NullModel(.df)

Arguments

.df

Internal parameter, do not use in the workflow function. .df is data frame that combines the occurrence data and covariate data. .df is passed automatically in workflow from the process module(s) to the model module(s) and should not be passed by the user.

Details

The predictions can be interpreted as the landscape-level prevalence (for presence & absence), a metric of suitability (for presence & background), a mean abundance (for abundance) or a site-level prevalence (for proportion). The module will error if the occurrence data types are not one of these types

Data type

presence/absence, presence/background, abundance, proportion

Version

0.1

Date submitted

2017-05-03

Author(s)

Nick Golding, nick.golding.research@gmail.com

See Also

Other model: BiomodModel, Domain, GBM, LogisticRegression, MachineLearn, MaxEnt, MaxLike, MaxNet, MyMaxLike, OptGRaF, QuickGRaF, RandomForest, StochasticLogisticRegression, mgcv


zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.