-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
NAMESPACE
68 lines (67 loc) · 1.61 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
S3method(AIC,mmrm_tmb)
S3method(BIC,mmrm_tmb)
S3method(VarCorr,mmrm_tmb)
S3method(as.cov_struct,cov_struct)
S3method(as.cov_struct,formula)
S3method(augment,mmrm)
S3method(coef,mmrm_tmb)
S3method(confint,mmrm)
S3method(deviance,mmrm_tmb)
S3method(fitted,mmrm_tmb)
S3method(format,cov_struct)
S3method(formula,mmrm_tmb)
S3method(glance,mmrm)
S3method(logLik,mmrm_tmb)
S3method(model.frame,mmrm_tmb)
S3method(model.matrix,mmrm_tmb)
S3method(predict,mmrm_tmb)
S3method(print,cov_struct)
S3method(print,mmrm_tmb)
S3method(print,summary.mmrm)
S3method(residuals,mmrm_tmb)
S3method(simulate,mmrm_tmb)
S3method(summary,mmrm)
S3method(terms,mmrm_tmb)
S3method(tidy,mmrm)
S3method(vcov,mmrm_tmb)
export(VarCorr)
export(as.cov_struct)
export(augment)
export(component)
export(cov_struct)
export(cov_types)
export(df_1d)
export(df_md)
export(emp_start)
export(fit_mmrm)
export(fit_single_optimizer)
export(glance)
export(mmrm)
export(mmrm_control)
export(refit_multiple_optimizers)
export(std_start)
export(tidy)
import(checkmate)
importFrom(Rcpp,evalCpp)
importFrom(Rdpack,reprompt)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(methods,is)
importFrom(nlme,VarCorr)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,coef)
importFrom(stats,deviance)
importFrom(stats,drop.terms)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,vcov)
useDynLib(mmrm, .registration = TRUE)