Learn R Programming

discord (version 1.1.0)

check_sibling_order: Check which sibling has more of the outcome

Description

This function dds a column order by comparing which familial member has more of the outcome. This is done per pair (i.e. row).

Usage

check_sibling_order(data, outcome, pair_identifiers, row)

Value

A character string signifying which familial member (1, 2, or neither) has more of the outcome.

Arguments

data

The data set with kinship pairs.

outcome

A character string containing the outcome variable of interest.

pair_identifiers

A character vector of length two that contains the variable identifier for each kinship pair.

row

The row number of the data frame