swh:1:snp:b6dc91ebf539df904d55f4cacd584a6ea5ff27a1
Raw File
Tip revision: 9e116c6af7b466fb9853dc772c21197d389f7694 authored by Charles J. Geyer on 20 May 2007, 00:00:00 UTC
version 0.7-1
Tip revision: 9e116c6
NAMESPACE

useDynLib(aster)

export(famfun)
export(rnzp)
export(rktp)
export(rktnb)
export(raster)
export(mlogl)
export(aster)
export(summary.aster)
export(anova.aster)
export(anova.asterlist)
export(predict.aster)
export(fam.bernoulli)
export(fam.poisson)
export(fam.truncated.poisson)
export(fam.negative.binomial)
export(fam.normal.location)
export(fam.truncated.negative.binomial)
export(fam.default)

import(trust)

S3method(anova, aster)
S3method(anova, asterlist)
S3method(aster, default)
S3method(aster, formula)
S3method(print, summary.aster)
S3method(as.character, astfam)
S3method(print, astfam)
S3method(predict, aster)
S3method(predict, aster.formula)
S3method(summary, aster)

back to top