perform_shrink: performs shrinkage estimation and use Extended BIC (EBIC) to...

Description Usage Arguments Value

View source: R/estimate.R

Description

performs shrinkage estimation and use Extended BIC (EBIC) to select the best tuning parameter in the penalized likelihood from an entire solution path

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
perform_shrink(
  X,
  Q_est,
  Z_candi,
  lambda_vec,
  c_ini,
  g_ini,
  is_sub = 0,
  model = "DINA"
)

Arguments

X

N by J data matrix

Q_est

J by K Q after screening by adg_em (one-level version)

Z_candi

K-column candidate latent attributes (candidates; adg_em (one-level version) )

lambda_vec

a decreasing sequence of negative penalty parameters

c_ini

J initial values of 1-slipping parameters

g_ini

J initial values of guessing parameters

is_sub

use subsample (1) or not (0; default) - NB: not implemented.

model

"DINA" (default) or "DINO"

Value


zhenkewu/slamR documentation built on March 8, 2020, 1:31 a.m.