-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
86 lines (85 loc) · 1.87 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
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(as_draws,measrfit)
S3method(as_measrfit,default)
S3method(c,measrprior)
S3method(fit_m2,measrdcm)
S3method(loglik_array,measrdcm)
S3method(loo,measrfit)
S3method(loo_compare,measrfit)
S3method(measr_extract,measrdcm)
S3method(predict,measrdcm)
S3method(reliability,measrdcm)
S3method(waic,measrfit)
export("%>%")
export(":=")
export(.data)
export(E)
export(Pr)
export(add_criterion)
export(add_fit)
export(add_reliability)
export(add_respondent_estimates)
export(as_draws)
export(as_label)
export(as_measrfit)
export(as_name)
export(cdi)
export(create_profiles)
export(default_dcm_priors)
export(enquo)
export(enquos)
export(fit_m2)
export(fit_ppmc)
export(get_parameters)
export(is_measrfit)
export(is_measrprior)
export(loglik_array)
export(loo)
export(loo_compare)
export(measr_dcm)
export(measr_examples)
export(measr_extract)
export(measrfit)
export(measrprior)
export(prior)
export(prior_)
export(prior_string)
export(reliability)
export(rvar_mad)
export(rvar_max)
export(rvar_mean)
export(rvar_median)
export(rvar_min)
export(rvar_prod)
export(rvar_sd)
export(rvar_sum)
export(rvar_var)
export(waic)
import(Rcpp)
import(methods)
importFrom(dcm2,fit_m2)
importFrom(loo,loo)
importFrom(loo,loo_compare)
importFrom(loo,waic)
importFrom(magrittr,"%>%")
importFrom(posterior,E)
importFrom(posterior,Pr)
importFrom(posterior,as_draws)
importFrom(posterior,rvar_mad)
importFrom(posterior,rvar_max)
importFrom(posterior,rvar_mean)
importFrom(posterior,rvar_median)
importFrom(posterior,rvar_min)
importFrom(posterior,rvar_prod)
importFrom(posterior,rvar_sd)
importFrom(posterior,rvar_sum)
importFrom(posterior,rvar_var)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rstan,sampling)
importFrom(tibble,tibble)
useDynLib(measr, .registration = TRUE)