Last data update: 2014.03.03

R: Simulated example data following a Poisson distribution
ExPCovR 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)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(BSagri)
Loading required package: gamlss
Loading required package: splines
Loading required package: gamlss.data
Loading required package: gamlss.dist
Loading required package: MASS
Loading required package: nlme
Loading required package: parallel
 **********   GAMLSS Version 4.4-0  ********** 
For more on GAMLSS look at http://www.gamlss.org/
Type gamlssNews() to see new features/changes/bug fixes.

Loading required package: multcomp
Loading required package: mvtnorm
Loading required package: survival

Attaching package: 'survival'

The following object is masked from 'package:gamlss.data':

    leukemia

Loading required package: TH.data

Attaching package: 'TH.data'

The following object is masked from 'package:MASS':

    geyser

Loading required package: MCPAN
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/BSagri/ExPCov.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ExPCov
> ### Title: Simulated example data following a Poisson distribution
> ### Aliases: ExPCov
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(ExPCov)
> 
> boxplot(resp ~ A, data=ExPCov)
> 
> pairs(ExPCov)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>