boot: pboot By Michael Valcic

Description Usage Arguments Examples

Description

Provides a data frame of a sample value's bootstrapped proportion.

Usage

1
pboot(x,lev,n)

Arguments

x = vector of values
lev = value to bootstrap for
n = number of bootstrapped samples to create

Examples

1
2
colors<-c("blue","blue","red","red","green","green")
pboot(x=colors,lev="blue",n=100)

michaelvalcic/pboot documentation built on Dec. 24, 2019, 11:24 a.m.