paired_indep_diff | R Documentation |
Get differences and standard errors from two columns starting with b. and se. assuming independence. The second column will be subtracted from the first.
paired_indep_diff(df, col1, col2)
df |
(dataframe) Dataframe that contains the columns with b. and se. on their name to get the difference from |
col1 |
(numeric vector) Column name, not including "b.". Must have a column in dataframe also including "se.". |
col2 |
(numeric vector) Column name, not including "b.". Must have a column in dataframe also including "se.". |
Dataframe with extra columns containing the difference of the columns along with their standard error.
paired_indep_diff(rrepest_pisa_age_gender,"mean.age..Male","mean.age..Female")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.