ExPCov {BSagri} | R Documentation |
Reponse follows a Poisson distribution, the covariables follow a multivariate normal on the log-scale.
data(ExPCov)
A data frame with 32 observations on the following 12 variables.
resp
a response of counts
A
a factor with levels A1
A2
A3
A4
, e.g. varieties
C1
a numeric covariable
C2
a numeric covariable
C3
a numeric covariable
C4
a numeric covariable
C5
a numeric covariable
C6
a numeric covariable
C7
a numeric covariable
C8
a numeric covariable
C9
a numeric covariable
C10
a numeric covariable
data(ExPCov)
boxplot(resp ~ A, data=ExPCov)
pairs(ExPCov)