-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
25 lines (24 loc) · 738 Bytes
/
NAMESPACE
File metadata and controls
25 lines (24 loc) · 738 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,ri)
S3method(print,ri)
S3method(summary,ri)
S3method(tidy,ri)
export(conduct_ri)
export(tidy)
import(ggplot2)
importFrom(estimatr,lm_robust_fit)
importFrom(estimatr,tidy)
importFrom(generics,tidy)
importFrom(randomizr,block_and_cluster_ra)
importFrom(randomizr,block_ra)
importFrom(randomizr,cluster_ra)
importFrom(randomizr,complete_ra)
importFrom(randomizr,conduct_ra)
importFrom(randomizr,declare_ra)
importFrom(randomizr,obtain_condition_probabilities)
importFrom(randomizr,obtain_num_permutations)
importFrom(randomizr,obtain_permutation_matrix)
importFrom(randomizr,simple_ra)
importFrom(stats,as.formula)
importFrom(stats,model.matrix.default)
importFrom(stats,quantile)