ExNBCov {BSagri} | R Documentation |
Simulated example data, response drawn from a Negative Binomial Distribution, Covariables follow a multivariate normal distribution.
data(ExNBCov)
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
data(ExNBCov)
boxplot(Resp ~ Group, data=ExNBCov)
pairs(ExNBCov)