Learn R Programming

CUB (version 0.1)

simcubshe: Simulation routine for CUB models with shelter effect

Description

Generate $n$ pseudo-random numbers according to the CUB distribution with shelter effect and with given parameters.

Usage

simcubshe(n, m, pai, csi, delta, shelter)

Arguments

n
Number of simulated observations
m
Number of ordinal categories
pai
Uncertainty parameter
csi
Feeling parameter
delta
Shelter parameter
shelter
Category corresponding to the shelter choice

See Also

probcubshe1, probcubshe2, probcubshe3

Examples

Run this code
n<-300
m<-9
pai<-0.7
csi<-0.3
delta<-0.2
shelter<-3
simulation<-simcubshe(n, m, pai, csi, delta, shelter)
plot(table(simulation), xlab="Ordinal categories",ylab="Frequencies")

Run the code above in your browser using DataLab