https://github.com/cran/cplm
Raw File
Tip revision: 7c79e60fca8b64e28c15b57c9c11779c22275f58 authored by Wayne Zhang on 09 September 2011, 00:00:00 UTC
version 0.1-2
Tip revision: 7c79e60
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)
back to top