bootStrap: bootStrap

View source: R/bootStrap.R

bootStrapR Documentation

bootStrap

Description

bootStrap

Usage

bootStrap(nameDframe, grpSize)

Arguments

nameDframe

a data.frame

grpSize

a number

Value

a matrix

Examples

j=c(10,14,56,30,58,78,99,1)
k=c(10,12,14,16,18,20,22,24)
x=data.frame(j,k)
res=bootStrap(x,5)
res

codecountR documentation built on April 4, 2025, 12:08 a.m.