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.
plotID
a numeric vector
Observed
a numeric vector of 0-1 values
Predicted1
a numeric vector of predicted probabilities
Predicted2
a numeric vector of predicted probabilities
Predicted3
a 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]