|
1 | | -useDynLib(dgirt) |
2 | | -export(shape) |
| 1 | +# Generated by roxygen2: do not edit by hand |
| 2 | + |
| 3 | +S3method(as.data.frame,dgirtfit) |
3 | 4 | export(dgirt) |
4 | | -export(dgirt_plot) |
5 | | -export(get_item_names) |
6 | | -S3method(as.data.frame, dgirtfit) |
7 | | -exportMethods(poststratify) |
8 | | -exportMethods(extract) |
| 5 | +export(expand_rownames) |
| 6 | +export(plot_rhats) |
| 7 | +export(shape) |
| 8 | +export(summarize) |
| 9 | +exportMethods(dgirt_plot) |
9 | 10 | exportMethods(get_item_n) |
10 | 11 | exportMethods(get_item_names) |
11 | 12 | exportMethods(get_n) |
12 | 13 | exportMethods(get_posterior_mean) |
13 | | -exportMethods(show) |
14 | | -exportMethods(rhats) |
| 14 | +exportMethods(plot) |
15 | 15 | exportMethods(plot_rhats) |
| 16 | +exportMethods(poststratify) |
| 17 | +exportMethods(rhats) |
| 18 | +exportMethods(show) |
16 | 19 | exportMethods(summarize) |
17 | | -exportMethods(print) |
18 | | -exportMethods(plot) |
19 | 20 | exportMethods(summary) |
20 | | -import(data.table) |
21 | | -import(rstan) |
22 | | -importFrom("concatenate", "cc", "cc_and", "cc_or", "cn", "cn_and") |
23 | 21 | import(R6) |
24 | | -importFrom(lubridate, "seconds_to_period") |
25 | | -import(methods) |
26 | 22 | import(Rcpp) |
| 23 | +import(data.table) |
27 | 24 | import(ggplot2) |
28 | | -importFrom("stats", "as.formula", "formula", "model.frame", |
29 | | - "model.matrix", "na.fail", "na.omit", "quantile", "sd", |
30 | | - "setNames", "weighted.mean", "weights") |
31 | | -importFrom("utils", "capture.output", "type.convert", "packageVersion") |
| 25 | +import(methods) |
| 26 | +import(rstan) |
| 27 | +importFrom(concatenate,cc) |
| 28 | +importFrom(concatenate,cc_and) |
| 29 | +importFrom(concatenate,cc_or) |
| 30 | +importFrom(concatenate,cn) |
| 31 | +importFrom(concatenate,cn_and) |
| 32 | +importFrom(lubridate,seconds_to_period) |
| 33 | +importFrom(stats,as.formula) |
| 34 | +importFrom(stats,formula) |
| 35 | +importFrom(stats,model.frame) |
| 36 | +importFrom(stats,model.matrix) |
| 37 | +importFrom(stats,na.fail) |
| 38 | +importFrom(stats,na.omit) |
| 39 | +importFrom(stats,quantile) |
| 40 | +importFrom(stats,sd) |
| 41 | +importFrom(stats,setNames) |
| 42 | +importFrom(stats,weighted.mean) |
| 43 | +importFrom(stats,weights) |
| 44 | +importFrom(utils,capture.output) |
| 45 | +importFrom(utils,packageVersion) |
| 46 | +importFrom(utils,type.convert) |
| 47 | +useDynLib(dgo) |
0 commit comments