Revision 7c79e60fca8b64e28c15b57c9c11779c22275f58 authored by Wayne Zhang on 09 September 2011, 00:00:00 UTC, committed by Gabor Csardi on 09 September 2011, 00:00:00 UTC
1 parent ae99baf
NAMESPACE
useDynLib(cplm)
############################
# import
############################
importFrom(stats, predict, coef, vcov, residuals, resid,
fitted, fitted.values, df.residual, AIC, deviance,
terms, formula, model.matrix)
importFrom(methods, show)
#importFrom(graphics, plot)
importFrom(Matrix, summary)
############################
# import
############################
# function
export(cpglm)
export(cpglm_em)
export(cpglm_profile)
#Classes
exportClasses(cpglm, NullNum, NullList, NullFunc)
#Methods
exportMethods(summary, show, "$", "[[", "[", names, coef, vcov,
residuals, resid, fitted, fitted.values, df.residual,
AIC, deviance, terms, formula, model.matrix)

Computing file changes ...