]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
Code to produce tables for objects from spatial econometrics packages added
[xtable.git] / pkg / NAMESPACE
1 importFrom("utils", "toLatex")
2 importFrom("stats", "anova", "as.ts", "cycle", "end", "frequency",
3            "na.omit", "pchisq", "start", "time")
4 importFrom("utils", "packageDescription")
5 export("caption<-", "caption", "label", "label<-",
6        "align<-", "align", "digits<-", "digits", "display<-",
7        "display", "xtable",
8        "xtableMatharray","xtableList", "xtablelsmeans",
9        "print.xtable", "print.xtableMatharray", "print.xtableList",
10        "toLatex.xtable",
11        "autoformat", "xalign", "xdigits", "xdisplay")
12
13 S3method("print", "xtable")
14 S3method("print", "xtableMatharray")
15 S3method("print", "xtableList")
16 S3method("toLatex", "xtable")
17
18 S3method("caption<-", "xtable")
19 S3method("caption", "xtable")
20 S3method("label", "xtable")
21 S3method("label<-", "xtable")
22 S3method("align<-", "xtable")
23 S3method("align", "xtable")
24 S3method("digits", "xtable")
25 S3method("digits<-", "xtable")
26 S3method("display<-", "xtable")
27 S3method("display", "xtable")
28
29 S3method("xtable", "data.frame")
30 S3method("xtable", "matrix")
31 S3method("xtable", "table")
32 S3method("xtable", "anova")
33 S3method("xtable", "aov")
34 S3method("xtable", "summary.aov")
35 S3method("xtable", "summary.aovlist")
36 S3method("xtable", "aovlist")
37 S3method("xtable", "lm")
38 S3method("xtable", "summary.lm")
39 S3method("xtable", "glm")
40 S3method("xtable", "summary.glm")
41 S3method("xtable", "prcomp")
42 S3method("xtable", "summary.prcomp")
43 S3method("xtable", "coxph")
44 S3method("xtable", "ts")
45 S3method("xtable", "zoo")
46 S3method("xtable", "sarlm")
47 S3method("xtable", "summary.sarlm")
48 S3method("xtable", "gmsar")
49 S3method("xtable", "summary.gmsar")
50 S3method("xtable", "stsls")
51 S3method("xtable", "summary.stsls")
52 S3method("xtable", "splm")
53 S3method("xtable", "summary.splm")
54 S3method("xtable", "sphet")
55 S3method("xtable", "summary.sphet")
56