Revision ae99bafc369d70069d8b0dba6c4ca3bcb30e0800 authored by Wayne Zhang on 10 August 2011, 00:00:00 UTC, committed by Gabor Csardi on 10 August 2011, 00:00:00 UTC
0 parent
Raw File
NAMESPACE
useDynLib(cplm)

############################
#  import 
############################

importFrom(stats,  predict, coef, vcov,
              residuals, resid, fitted, fitted.values)
importFrom(methods, show)
#importFrom(graphics, plot)
importFrom(Matrix, summary)


############################
#  import 
############################
# function 
export(cpglm)

#Classes
exportClasses(cpglm, NullNum, NullList)
           
#Methods
exportMethods(summary, show,  "$", "[[",  names, coef, vcov, 
              residuals, resid, fitted, fitted.values)
back to top