Learn R Programming

ParallelDSM (version 0.3.7)

Insepect_MLR: A function that checks the parallel computation for missing data of MLR model.

Description

A function that checks the parallel computation for missing data of MLR model.

Usage

Insepect_MLR(block, outputDirectory)

Arguments

block

: The number of blocks for data cutting.

outputDirectory

: The directory of output files.

Examples

Run this code
# \donttest{
Insepect_MLR(30, "./MlrOutput")
# }

Run the code above in your browser using DataLab