| 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.
Respa numeric vector, a response of counts
Groupa factor with levels
A1A2A3A4, e.g. varietiesX1a numeric covariable
X2a numeric covariable
X3a numeric covariable
X4a numeric covariable
X5a numeric covariable
X6a numeric covariable
X7a numeric covariable
X8a numeric covariable
X9a numeric covariable
X10a numeric covariable
Examples
data(ExNBCov)
boxplot(Resp ~ Group, data=ExNBCov)
pairs(ExNBCov)
[Package BSagri version 0.1-10 Index]