Description Usage Arguments Examples
View source: R/generate_2condition_response_time_dataset.R
ruf
1 2 3 4 5 6 7 8 | generate_2condition_response_time_dataset(
n = 10,
n_sessions = 1,
rt_mean = 500,
rt_sd = 200,
cond_cats = c("native", "script"),
rand_seed = 999
)
|
n |
class: numeric |
n_sessions |
class: numeric |
rt_mean |
class: numeric |
rt_sd |
class: numeric |
cond_cats |
class: vector |
rand_seed |
class: numeric |
df |
class: dataframe |
1 | generate_2condition_response_time_dataset(n = 20, n_sessions = 2, rt_mean = 500, rt_sd = 25, cond_Cats = c("native","script"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.