https://github.com/cran/cplm
Revision 0bd52898e0a317edae69850a4c8c5e6d4c6aaed9 authored by Wayne Zhang on 15 September 2011, 00:00:00 UTC, committed by Gabor Csardi on 15 September 2011, 00:00:00 UTC
1 parent 7c79e60
Raw File
Tip revision: 0bd52898e0a317edae69850a4c8c5e6d4c6aaed9 authored by Wayne Zhang on 15 September 2011, 00:00:00 UTC
version 0.2-1
Tip revision: 0bd5289
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(coda)


############################
#  import 
############################
# function 
export(cpglm)
export(cpglm_em)
export(cpglm_profile)
export(bcpglm)

#Classes
exportClasses(cpglm, bcplm, bcpglm)
exportClasses(NullNum, NullList, NullFunc)
           
#Methods
exportMethods(summary, show,  "$", "[[", "[", names, coef, vcov, 
              residuals, resid, fitted, fitted.values, df.residual,
		  AIC, deviance, terms, formula, model.matrix, plot)
back to top