Code
ifr_ts_prop_group(treatment2, outcome, female, alternative = "less")
Output
Test Statistics
-----------------------------
Total Observations 200
z 0.351
Pr(Z < z) 0.637
Code
ifr_ts_prop_group(treatment2, outcome, female, alternative = "greater")
Output
Test Statistics
-----------------------------
Total Observations 200
z 0.351
Pr(Z > z) 0.363
Code
ifr_ts_prop_group(treatment2, outcome, female, alternative = "both")
Output
Test Statistics
-----------------------------
Total Observations 200
z 0.351
Pr(|Z| < |z|) 0.726
Code
ifr_ts_prop_group(treatment2, outcome, female, alternative = "all")
Output
Test Statistics
-----------------------------
Total Observations 200
z 0.351
Pr(|Z| < |z|) 0.726
Pr(Z < z) 0.637
Pr(Z > z) 0.363
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.