https://github.com/cran/aster
Revision cd7e4fc006dc5296865fa6523ce7d087d86d3ca8 authored by Charles J. Geyer on 20 October 2012, 00:00:00 UTC, committed by Gabor Csardi on 20 October 2012, 00:00:00 UTC
1 parent 24908ec
Raw File
Tip revision: cd7e4fc006dc5296865fa6523ce7d087d86d3ca8 authored by Charles J. Geyer on 20 October 2012, 00:00:00 UTC
version 0.8-20
Tip revision: cd7e4fc
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)
export(penmlogl)
export(penmlogl2)
export(pickle)
export(astertransform)
export(reaster)
export(summary.reaster)
export(pickle1)
export(pickle2)
export(pickle3)
export(makezwz)
export(newpickle)
export(quickle)

import(trust)

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

S3method(reaster, default)
S3method(reaster, formula)
back to top