Get differences and standard errors from two columns starting with b. and se. assuming independence.
The second column will be subtracted from the first.
Usage
paired_indep_diff(df, col1, col2)
Value
Dataframe with extra columns containing the difference of the columns along with their standard error.
Arguments
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.".