-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
86 lines (85 loc) · 2.23 KB
/
NAMESPACE
File metadata and controls
86 lines (85 loc) · 2.23 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
S3method(AIC,pmrm_fit)
S3method(BIC,pmrm_fit)
S3method(VarCorr,pmrm_fit)
S3method(coef,pmrm_fit)
S3method(confint,pmrm_fit)
S3method(deviance,pmrm_fit)
S3method(fitted,pmrm_fit)
S3method(glance,pmrm_fit)
S3method(logLik,pmrm_fit)
S3method(plot,pmrm_fit)
S3method(predict,pmrm_fit)
S3method(print,pmrm_fit)
S3method(residuals,pmrm_fit)
S3method(summary,pmrm_fit)
S3method(tidy,pmrm_fit)
S3method(vcov,pmrm_fit)
export(AIC)
export(BIC)
export(VarCorr)
export(confint)
export(deviance)
export(fitted)
export(glance)
export(logLik)
export(pmrm_estimates)
export(pmrm_marginals)
export(pmrm_model_decline_nonproportional)
export(pmrm_model_decline_proportional)
export(pmrm_model_slowing_nonproportional)
export(pmrm_model_slowing_proportional)
export(pmrm_simulate_decline_nonproportional)
export(pmrm_simulate_decline_proportional)
export(pmrm_simulate_slowing_nonproportional)
export(pmrm_simulate_slowing_proportional)
export(predict)
export(residuals)
export(tidy)
importFrom(Matrix,Matrix)
importFrom(Matrix,colMeans)
importFrom(Matrix,sparse.model.matrix)
importFrom(RTMB,MakeADFun)
importFrom(RTMB,matrix)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_crossbar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,position_dodge)
importFrom(nlme,VarCorr)
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,is_formula)
importFrom(rlang,warn)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,deviance)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,median)
importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(tibble,as_tibble)
importFrom(tibble,is_tibble)
importFrom(tibble,new_tibble)
importFrom(tidyselect,everything)
importFrom(utils,capture.output)
importFrom(vctrs,vec_cbind)