create.storage: Create Storage for Output

create.storageR Documentation

Create Storage for Output

Description

During the implement of precision.simulate function, according to the length of design.list, class.list, and norm.list, to create a storage list to store the output from precision.simulate.

Usage

create.storage(
  design.list = c("CC+", "CC-", "PC+", "PC-"),
  class.list = c("PAM", "LASSO"),
  norm.list = c("NN", "QN"),
  validating.sets = c("test", "gold.standard")
)

Arguments

design.list

List of design methods to be applied in precision.simulate.

class.list

List of classification methods to be applied in precision.simulate

norm.list

List of normalization methods to be applied in precision.simulate

validating.sets

Types of validation methods.

Details

create.storage

Value

A list whose size is determined by the input parameters.

Examples

create.storage(design.list = c("CC+", "CC-", "PC+", "PC-"),
               class.list = c("PAM", "LASSO"),
               norm.list = c("NN", "QN"),
               validating.sets = c("test", "gold.standard"))



yilinwu123/precision1 documentation built on June 28, 2022, 2:53 a.m.