prop_nna: Calculates the posterior beta components for a single...

View source: R/prop_nna.R

prop_nnaR Documentation

Calculates the posterior beta components for a single proportion

Description

prop_nna Calculates the posterior beta components for a single proportion (assuming noninformative prior).

Usage

prop_nna(x, data)

Arguments

x

name of variable to calculate proportion.

data

An object of class 'mistats' ('Multiply Imputed Statistical Analysis').

Value

The posterior beta components.

Author(s)

Martijn Heymans, 2021

References

Raghunathan, T. (2016). Missing Data Analysis in Practice. Boca Raton, FL: Chapman and Hall/CRC. (paragr 4.6.2)

See Also

with.milist, pool_prop_nna

Examples

 imp_dat <- df2milist(lbpmilr, impvar='Impnr')
 ra <- with(imp_dat, expr=prop_nna(Radiation))


miceafter documentation built on Oct. 2, 2022, 5:08 p.m.