se.prop: Calculates the standard error of proportion.

Description Usage Arguments Value Examples

View source: R/se.prop.r

Description

Calculates the standard error of proportion.

Usage

1
se.prop(p, n)

Arguments

p

The proportion (of jurors who favor a guilty verdict).

n

The size of the sample used to estimate p.

Value

Returns the standard error of a sample proportion.

Examples

1
2
3
   se.prop(p=.50, n=500)

   se.prop(p=10/12, n=400)

sate documentation built on March 24, 2020, 5:08 p.m.

Related to se.prop in sate...