Learn R Programming

ParallelDSM (version 0.3.7)

Insepect_QRF: A function that checks the parallel computation for missing data of QRF model.

Description

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

Usage

Insepect_QRF(block, outputDirectory)

Arguments

block

: The number of blocks for data cutting.

outputDirectory

: The directory of output files.

Examples

Run this code
# \donttest{
Insepect_QRF(30, "./QrfOutput")
# }

Run the code above in your browser using DataLab