parse_propstat: parse_propstat

View source: R/represearch.R

parse_propstatR Documentation

parse_propstat

Description

This function parses and formats a equal proportions statistic.

Usage

parse_propstat(propstat)

Arguments

propstat

prop.test object

Examples

propstat <- prop.test(c(100, 110), c(200, 200))
parse_propstat(propstat)

philipphoman/represearch documentation built on July 27, 2023, 10:23 a.m.