get_init: Warm-start estimator for MCMC algorithm of SIMP

View source: R/get_init.R

get_initR Documentation

Warm-start estimator for MCMC algorithm of SIMP

Description

Warm-start estimator for MCMC algorithm of SIMP

Usage

get_init(X1C, X1D_ctr, X2_ctr, Y, dx, dy, method.idx = 1)

Arguments

X1C

Design matrix of the continuous part of the predictors of interest.

X1D_ctr

Centered design matrix of the discrete part of the predictors of interest.

X2_ctr

Centered design matrix of the predictors of not main interest

Y

Response data matrix.

dx

Partial predictor envelope dimension. Must be an integer between 0 and p_C.

dy

Partial response envelope dimension. Must be an integer between 0 and r.

method.idx

Index for the warm start method, default to be 1.


yanbowisc/SIMP documentation built on Oct. 30, 2022, 1:33 a.m.