Learn R Programming

CorReg (version 1.0.5)

MSEZ: Computes the MSE on the joint distribution of the dataset

Description

Computes the MSE on the joint distribution of the dataset

Usage

MSEZ(X = X, X_appr = NULL, B = NULL, Z = Z, scale = TRUE)

Arguments

X
the dataset to predict
X_appr
an optional learning set
B
the structure tested (if known)
Z
binary adjacency matrix of the structure (size p)
scale
boolean defining wether the dataset has to be scaled or not