https://github.com/cran/aster
Revision fa7795259e71bf245e06b2cf7c012e2f3322cd2f authored by Charles J. Geyer on 14 March 2008, 00:00:00 UTC, committed by Gabor Csardi on 14 March 2008, 00:00:00 UTC
1 parent 44b6d70
Raw File
Tip revision: fa7795259e71bf245e06b2cf7c012e2f3322cd2f authored by Charles J. Geyer on 14 March 2008, 00:00:00 UTC
version 0.7-4
Tip revision: fa77952
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