mroPara: Calculate MRO inference

View source: R/mroPara.R

mroParaR Documentation

Calculate MRO inference

Description

Calculates required proportions, their differences, variance-covariance matrices, standard errors of differences, and comparison intervals for differences, over all of the data. To compute values over various subsets of another explanatory variable, see by.

Usage

mroPara(obj, conf.levels = 1.96, nonparallel = NULL)

Arguments

obj

an MRO object created by iNZightMR

conf.levels

confidence level to use, default is 1.96 for 95% intervals

nonparallel

Should these things be parallel?

Value

An object of class mrocalc

See Also

iNZightMR

Examples

mr <- iNZightMR(online ~ onlinegame + onlinevideo + onlinemusic,
    data = census.at.school.5000)
mrp <- mroPara(mr)

iNZightVIT/iNZightMR documentation built on Feb. 3, 2024, 4:42 p.m.