-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
35 lines (34 loc) · 856 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
34
35
# Generated by roxygen2: do not edit by hand
S3method(augment,irtree_fit)
S3method(coef,irtree_fit)
S3method(fit,irtree_model)
S3method(glance,irtree_fit)
S3method(print,irtree_fit)
S3method(print,irtree_model)
S3method(summary,irtree_fit)
S3method(tidy,irtree_fit)
export(augment)
export(control_mirt)
export(control_mplus)
export(control_tam)
export(extract_mirt_output)
export(extract_mplus_output)
export(fit)
export(glance)
export(irtree_create_template)
export(irtree_gen_data)
export(irtree_model)
export(irtree_recode)
export(irtree_sim)
export(tidy)
import(stats)
importFrom(generics,augment)
importFrom(generics,fit)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(magrittr,"%>%")
importFrom(methods,formalArgs)
importFrom(rlang,.data)
importFrom(tibble,tibble)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)