/usr/lib/R/site-library/geepack/NAMESPACE is in r-cran-geepack 1.2-0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | useDynLib(geepack)
# maintained by Soren
export(geeglm, fixed2Zcor, anovageePrim2)
S3method(anova, geeglm)
S3method(print, geeglm)
S3method(residuals, geeglm)
S3method(summary, geeglm)
S3method(print, summary.geeglm)
# maintained by Jun
export(geese, geese.fit, ordgee, geese.control)
export(genZcor, genZodds)
export(relRisk)
export(compCoef)
S3method(print, geese)
S3method(summary, geese)
S3method(print, summary.geese)
|