| SIM3DATA {PresenceAbsence} | R Documentation |
Simulated Presence-Absence Data
Description
This data set was generated using the presence.absence.simulation() function. It consists of plotID, observed presence-absence values, and the simulated probability predictions of three different models, for 1000 plots.
Usage
data(SIM3DATA)
Format
A data frame with 1000 observations on the following 5 variables.
plotIDa numeric vector
Observeda numeric vector of 0-1 values
Predicted1a numeric vector of predicted probabilities
Predicted2a numeric vector of predicted probabilities
Predicted3a numeric vector of predicted probabilities
Source
simulated with the presence.absence.simulation function . See Example 2 from presence.absence.simulation help file for more details.
Examples
data(SIM3DATA)
[Package PresenceAbsence version 1.1.11 Index]