avbootstrap {quickpsy}R Documentation

Creates bootstrap samples

Description

avbootstrap creates bootstrap samples

Usage

avbootstrap(qp, bootstrap = "parametric", B = 100)

Arguments

qp

output from quickpsy

bootstrap

'parametric' performs parametric bootstrap; 'nonparametric' performs non-parametric bootstrap; 'none' does not perform bootstrap (default is 'parametric').

B

number of bootstrap samples (default is 100 ONLY).


[Package quickpsy version 0.1.5.1 Index]