bootstrap.clmdu: Bootstrap procedure for Cumulative Logistic (Restricted) MDU

View source: R/bootstrap.clmdu.R

bootstrap.clmduR Documentation

Bootstrap procedure for Cumulative Logistic (Restricted) MDU

Description

Bootstrap procedure for Cumulative Logistic (Restricted) MDU

Usage

bootstrap.clmdu(object, Bsamples = 1000, myseed = 1)

Arguments

object

An output object from clmdu

Bsamples

Number of Bootstrap samples to take

myseed

A seed number to make the bootstrap reproducible

Value

BBdf Bootstrap estimates of B

BVdf Bootstrap estimates of V

Examples

## Not run: 
data(dataExample_lmdu)
Y = as.matrix(dataExample_clmdu[ , 1:8])
X = as.matrix(dataExample_clmdu[ , 9:13])
output2 = clmdu(Y = Y, X = X, S = 2)
boot.output = bootstrap.lmdu(output2, Bsamples = 100)
plot(boot.output)

## End(Not run)


lmap documentation built on April 3, 2025, 5:47 p.m.

Related to bootstrap.clmdu in lmap...