-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
86 lines (85 loc) · 3.17 KB
/
NAMESPACE
File metadata and controls
86 lines (85 loc) · 3.17 KB
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(print,correlation_power_analysis)
S3method(print,cross_lagged_panel_power_analysis)
S3method(print,fixed_effects_power_analysis)
S3method(print,linear_regression_power_analysis)
S3method(print,logistic_regression_power_analysis)
S3method(print,mediation_regression_power_analysis)
S3method(print,mediation_sem_power_analysis)
S3method(print,mixed_models_power_analysis)
S3method(print,repeated_measures_power_analysis)
S3method(print,sem_direct_effects_power_analysis)
S3method(print,wilcoxon_signed_rank_power_analysis)
export(apply_discount_factor)
export(calculate_fixed_effects_design_effect)
export(calculate_fixed_effects_effective_n)
export(cohens_d_to_partial_r)
export(cohens_f2_to_partial_r)
export(correlation_effect_size_calculation)
export(correlation_framework_power)
export(correlation_power)
export(correlation_power_calculation)
export(correlation_power_check)
export(correlation_sample_size)
export(correlation_sample_size_calculation)
export(cross_lagged_panel_framework_power)
export(cross_lagged_panel_power)
export(cross_lagged_panel_power_check)
export(cross_lagged_panel_sample_size)
export(effective_sample_size)
export(eta_squared_to_partial_r)
export(fixed_effects_effect_size_calculation)
export(fixed_effects_framework_power)
export(fixed_effects_power)
export(fixed_effects_power_calculation)
export(fixed_effects_power_check)
export(fixed_effects_sample_size)
export(fixed_effects_sample_size_calculation)
export(framework_conversion_summary)
export(framework_effect_size)
export(generate_mediation_data_corrected)
export(interpret_effect_size)
export(interpret_mediation_effect)
export(linear_regression_power)
export(linear_regression_power_check)
export(linear_regression_sample_size)
export(logistic_regression_power)
export(logistic_regression_power_check)
export(logistic_regression_sample_size)
export(mediation_power_calculation)
export(mediation_regression_power)
export(mediation_regression_power_check)
export(mediation_regression_sample_size)
export(mediation_sem_power)
export(mixed_models_power)
export(mixed_models_power_check)
export(mixed_models_sample_size)
export(odds_ratio_to_partial_r)
export(partial_correlation_from_f)
export(partial_correlation_from_t)
export(partial_correlation_from_zero_order)
export(partial_r_to_cohens_d)
export(partial_r_to_cohens_f2)
export(r_squared_to_partial_r)
export(repeated_measures_effect_size_calculation)
export(repeated_measures_framework_power)
export(repeated_measures_power)
export(repeated_measures_power_calculation)
export(repeated_measures_power_check)
export(repeated_measures_sample_size)
export(repeated_measures_sample_size_calculation)
export(sem_direct_effects_effect_size_calculation)
export(sem_direct_effects_power)
export(sem_direct_effects_power_calculation)
export(sem_direct_effects_sample_size_calculation)
export(sem_mediation_power_calculation)
export(unified_effect_size_table)
export(validate_partial_r)
export(wilcoxon_effect_size_calculation)
export(wilcoxon_framework_power)
export(wilcoxon_power_calculation)
export(wilcoxon_power_check)
export(wilcoxon_sample_size)
export(wilcoxon_sample_size_calculation)
export(wilcoxon_signed_rank_power)
importFrom(stats,rnorm)