unscale_nested_matrices_map: Apply unscaling to a nested list of matrices using specified...

View source: R/predict.R

unscale_nested_matrices_mapR Documentation

Apply unscaling to a nested list of matrices using specified mean and standard deviation values.

Description

Apply unscaling to a nested list of matrices using specified mean and standard deviation values.

Usage

unscale_nested_matrices_map(mat, means, std = NULL)

Arguments

mat

A nested list of matrices.

means

A numeric vector of means for each matrix.

std

A numeric vector of standard deviations for each matrix (optional).

Value

A nested list of unscaled matrices.


rrda documentation built on June 8, 2025, 12:09 p.m.