YYY {grasp}R Documentation

YYY: contains response variables for GRASP

Description

YYY is the trial dataframe containing the response variables (RV): Each column represents a variable and each row an observation.

Usage

data(YYY)

Format

A data frame with 7563 observations on the following 4 variables.

ID
a numeric vector, Unique ID, in same order as in XXX
SP1
a numeric vector, example of binomial data with presence/absence of species 1
SP2
a numeric vector, example of binomial data with presence/absence of species 2
RICHNESS
a numeric vector, example of Poisson data with species richness

Details

Columns must have unique name not included in other variable names. Data type: single, double. Data distribution: Binomial, Poisson, Gaussian

Source

http://www.cscf.ch

Examples

data(YYY)
summary(YYY)

[Package grasp version 2.5-7 Index]