ratify-methods: Ratify that a dataset meets validity criteria

ratify-SpecificModelsR Documentation

Ratify that a dataset meets validity criteria

Description

ratify method applied to SpecificModels

Usage

## S4 method for signature 'SpecificModels'
ratify(
  x,
  class_fn_1L_chr = "as.numeric",
  prototype_lup = NULL,
  scndry_anlys_params_ls = NULL,
  ...
)

Arguments

x

An object of class SpecificModels

class_fn_1L_chr

Class function (a character vector of length one), Default: 'as.numeric'

prototype_lup

Prototype (a lookup table), Default: NULL

scndry_anlys_params_ls

Secondary analysis parameters (a list), Default: NULL

...

Additional arguments

Value

x (An object of class SpecificModels)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.