-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (31 loc) · 877 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
### Packageversion imported from utils.
importFrom("utils", "packageVersion")
### Method to export.
### Method to fit.
export(check_pystepmix_version)
export(fit)
export(install.stepmix)
export(loadfit)
export(savefit)
export(stepmix)
export(predict_proba)
export(mixed_descriptor)
export(bootstrap)
export(bootstrap_stats)
### Simulation function
export(random_nan)
export(bakk_measurements)
export(data_bakk_response)
export(data_bakk_covariate)
export(data_bakk_complete)
export(data_generation_gaussian)
export(data_gaussian_diag)
export(identify_coef)
### declaration of method print and predict for
### stepmix.
S3method(bootstrap, stepmix.stepmix.StepMix)
S3method(bootstrap_stats, stepmix.stepmix.StepMix)
S3method(print, stepmixr)
S3method(predict, stepmix.stepmix.StepMix)
S3method(predict_proba, stepmix.stepmix.StepMix)
S3method(print, stepmix.stepmix.StepMix)