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.

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

Examples

data(ExPCov)

boxplot(resp ~ A, data=ExPCov)

pairs(ExPCov)


[Package BSagri version 0.1-5 Index]