| ExPCov {BSagri} | R Documentation |
Simulated example data following a Poisson distribution
Description
Reponse follows a Poisson distribution, the covariables follow a multivariate normal on the log-scale.
Usage
data(ExPCov)
Format
A data frame with 32 observations on the following 12 variables.
respa response of counts
Aa factor with levels
A1A2A3A4, e.g. varietiesC1a numeric covariable
C2a numeric covariable
C3a numeric covariable
C4a numeric covariable
C5a numeric covariable
C6a numeric covariable
C7a numeric covariable
C8a numeric covariable
C9a numeric covariable
C10a numeric covariable
Examples
data(ExPCov)
boxplot(resp ~ A, data=ExPCov)
pairs(ExPCov)
[Package BSagri version 0.1-10 Index]