Learn R Programming

Rrepest (version 1.5.2)

paired_indep_diff: Paired independent differences

Description

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.".

Examples

Run this code
paired_indep_diff(rrepest_pisa_age_gender,"mean.age..Male","mean.age..Female")

Run the code above in your browser using DataLab