Description Usage Arguments Examples
plot simulated AB^k data with linear trends.
1  | visualize_sim(df, treatment_name = "TREATMENT")
 | 
df | 
 similar to output of simulate_AB  | 
treatment_name | 
 string indicating name of the treatment sub-phase as recorded in df.  | 
1 2  | sim <- simulate_AB(m = 6, n = 12, k = 2, phi = 0.15, tau = 1)
visualize_sim(sim$df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.