forked from vkontis/maple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
33 lines (32 loc) · 835 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(fitted_rates_matrix,inla)
S3method(fitted_rates_matrix,lc)
S3method(maple_fit_model,inla.model)
S3method(maple_fit_model,lc.model)
S3method(maple_sample,inla)
S3method(maple_sample,lc)
S3method(print,inla.model)
S3method(print,lc.model)
S3method(print,maple.bma)
export(calc_likelihood_weights)
export(fitted_rates_matrix)
export(maple)
export(maple_fit_ensemble)
export(maple_fit_model)
export(maple_model_weights)
export(maple_models)
export(maple_plt)
export(maple_projection_error)
export(maple_sample)
export(maple_sample_summaries)
export(plt_ex)
export(plt_qx)
import(INLA)
importFrom(stats,arima)
importFrom(stats,as.formula)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)