est_thre: Thresholds Estimation

View source: R/esti_thre.R

est_threR Documentation

Thresholds Estimation

Description

Function to calculate thresholds from ordinal variables.

Usage

est_thre(X)

Arguments

X

a ordinal series.

Value

the estimated value for thresholds.

Examples

library(mvtnorm)
set.seed(1997)
R1 = gen_CCM(4)
n = 1000
indc = 3:4
thresholds = list(c(),c(),c(-1),c(1))
data1 = gen_mixed(n,R1,indc,thresholds=thresholds)$observed
est_thre(data1[,3])
est_thre(data1[,4])

MCCM documentation built on May 29, 2024, 12:09 p.m.

Related to est_thre in MCCM...