powered by
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
A1
A2
A3
A4
X1
a numeric covariable
X2
X3
X4
X5
X6
X7
X8
X9
X10
# NOT RUN { data(ExNBCov) boxplot(Resp ~ Group, data=ExNBCov) pairs(ExNBCov) # }
Run the code above in your browser using DataLab