Learn R Programming

ParallelDSM (version 0.3.7)

InsepectionVariable: A function that checks the parallel computation for missing data

Description

A function that checks the parallel computation for missing data

Usage

InsepectionVariable(model = "MLR", block, outputDirectory)

Arguments

model

: The models were selected, including QRF,RF and MLR.

block

: The number of blocks for data cutting.

outputDirectory

: The directory of output files.

Examples

Run this code
# \donttest{
InsepectionVariable(model = "MLR", block = 30, outputDirectory = "MlrOutput")
# }



Run the code above in your browser using DataLab