-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
37 lines (36 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
S3method(plot,hrqolr_trajectories)
S3method(plot,hrqolr_trial)
S3method(print,hrqolr_bytes)
S3method(print,hrqolr_comparisons)
S3method(print,hrqolr_results)
S3method(print,hrqolr_scenario)
S3method(print,hrqolr_scenario_validation_results)
S3method(print,hrqolr_summary_stats)
S3method(print,hrqolr_trajectories)
S3method(sample_example_trajectories,hrqolr_scenario)
S3method(simulate_trial,hrqolr_scenario)
S3method(simulate_trials,hrqolr_scenario)
export(bootstrap_estimates)
export(cache_hrqolr)
export(clear_hrqolr_cache)
export(create_smooth_trajectory)
export(games_howell_test)
export(sample_example_trajectories)
export(setup_scenario)
export(simulate_trial)
export(simulate_trials)
export(welch_t_test)
import(data.table)
importFrom(Hmisc,bezier)
importFrom(rlang,as_quosure)
importFrom(rlang,eval_tidy)
importFrom(stats,dist)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,assignInMyNamespace)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
useDynLib(hrqolr, .registration=TRUE, .fixes="C_")