Learn R Programming

aster2 (version 0.1)

test1: Test Data

Description

Test data of no biological interest. Does have all families implemented at the time the test data was created. No predictor variables.

Usage

data(test1)

Arguments

docType

data

source

created by R script test1.R in directory makedata of the installation directory for this package.

Examples

Run this code
data(test1)
fred <- asterdata(test1,
    vars = c("m1", "m2", "m3", "n1", "n2", "b1", "p1", "z1"),
    pred = c(0, 0, 0, 1, 1, 2, 3, 6), group = c(0, 1, 2, 0, 4, 0, 0, 0),
    code = c(1, 1, 1, 2, 2, 3, 4, 5),
    families = list(fam.multinomial(3), "normal.location.scale",
    "bernoulli", "poisson", "zero.truncated.poisson"))

Run the code above in your browser using DataLab