mdlm1: MDLM of fixed vector space

Description Usage Arguments Value Examples

Description

MDLM of fixed vector space

Usage

1
mdlm1(ybar, xbar, data, cor.mat = NULL, ini.beta = NULL)

Arguments

ybar

Dependent variable.

xbar

Independent variable.

data

Data.

cor.mat

Dependency matrix of vector space

ini.beta

Initial beta.

Value

beta, standard error, z value, p value, rmse

Examples

1
mdlm1(ybar="y",xbar=c("x1","x2"),data=exMDLM, cor.mat=NULL, ini.beta=NULL)

jinseob2kim/MDLM documentation built on June 27, 2019, 6:10 p.m.