Learn R Programming

aster2 (version 0.1)

families: Families for Aster Models

Description

Families known to the package. These functions construct simple family specifications used in specifying aster models. Statistical properties of these families are described.

Usage

fam.bernoulli()
fam.poisson()
fam.zero.truncated.poisson()
fam.normal.location.scale()
fam.multinomial(dimension)

Arguments

Value

a list of class "astfam" giving name and values of any hyperparameters.

Details

Currently implemented families are [object Object],[object Object],[object Object],[object Object],[object Object]

Examples

Run this code
fam.bernoulli()
fam.multinomial(4)

Run the code above in your browser using DataLab