Fc.test.pls: Coefficient test
Description
Coefficient testUsage
Fc.test.pls(Y1, X1, path.name, info.block, method, ...)
Arguments
Y1
vector of the concatenate indipendent latent variables of alternative hypothesis coefficient test.
X1
matrix of the concatenate predictor latent variables of alternative hypothesis coefficient test.
path.name
vector of path coefficients labels.
info.block
list contaning information about the endogenous equations of the pls model.
method
string indicating the method: LM or LAD.
Value
- list containing the statistic and the p-value of coefficient test
Details
Internal function. Fc.test.pls
is called by test.partition.pls
.