View source: R/helpers-experiments-over-networks.R
estimator_AS_tidy | R Documentation |
Runs estimates estimation function from interference package and returns tidy data frame output
estimator_AS_tidy(data, permutatation_matrix, adj_matrix)
data |
a data.frame |
permutatation_matrix |
a permutation matrix of random assignments |
adj_matrix |
an adjacency matrix |
The estimator_AS_tidy function requires the 'interference' package, which is not yet available on CRAN.
To use this function:
install the developer version of interference via remotes::install_github('szonszein/interference') and
install the developer version of rdss via remotes::install_github('DeclareDesign/rdss@remotes')
See https://book.declaredesign.org/experimental-causal.html#experiments-over-networks
a data.frame of estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.