Learn R Programming

radiant.model (version 0.8.0)

store.crs: Store predicted values generated in the crs function

Description

Store predicted values generated in the crs function

Usage

# S3 method for crs
store(object, name = "predict_cf", envir = parent.frame(),
  ...)

Arguments

object

Return value from crs

name

Name of the dataset to store

envir

Environment to assign 'new' dataset (optional). Used when an r_data list is not available

...

further arguments passed to or from other methods

Details

Store data frame with predictions in Radiant r_data list if available. See https://radiant-rstats.github.io/docs/model/crs.html for an example in Radiant