ExNBCov {BSagri} | R Documentation |
Simulated example data, drawn from a Negative Binomial Distribution
Description
Simulated example data, response drawn from a Negative Binomial Distribution,
Covariables follow a multivariate normal distribution.
Usage
data(ExNBCov)
Format
A data frame with 32 observations on the following 12 variables.
Resp
- a numeric vector, a response of counts
Group
- a factor with levels
A1
A2
A3
A4
, e.g. varieties
X1
- a numeric covariable
X2
- a numeric covariable
X3
- a numeric covariable
X4
- a numeric covariable
X5
- a numeric covariable
X6
- a numeric covariable
X7
- a numeric covariable
X8
- a numeric covariable
X9
- a numeric covariable
X10
- a numeric covariable
Examples
data(ExNBCov)
boxplot(Resp ~ Group, data=ExNBCov)
pairs(ExNBCov)
[Package
BSagri version 0.1-5
Index]