Learn R Programming

psychmeta (version 2.6.5)

convert_pq_to_p: Convert the dichotomous variable variance to a proportion

Description

Converts the variance of a dichotomous variable (i.e., \(pq\)) to the proportion of one of the categories in the variable (i.e., \(p\))

Usage

convert_pq_to_p(pq)

Value

The proportion of cases in one of the dichotomous groups.

Arguments

pq

The variance of a dichotomous variable.