Description Usage Arguments Value Examples
Takes dataframe and calculates descriptive statistics for a given dependent variable that is formatted for KS graphing with ggplot2
1 | graph_values(df, sort_by, dep_var)
|
df |
Dataframe. What data you want to use. Dataframe should be formatted so that each row has a dependent variable marked with the condition that you wish to sortby |
sort_by |
String or list. What conditions you want your data summarized by; e.g. average by SNR etc.; can be a character "quotes" or a list c("a","b") |
dep_var |
Dependent variable, column name that exists in dataframe |
datagrame that lists the N/sample size, mean, std deviation, std error
1 | graph_values(CogLin_Data,"Noise_Condition",Percent)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.