transpose: Transpose a model

View source: R/all_generic.R

transposeR Documentation

Transpose a model

Description

This function transposes a model by switching coefficients and scores. It is useful when you want to reverse the roles of samples and variables in a model, especially in the context of dimensionality reduction methods.

Usage

transpose(x, ...)

Arguments

x

The model fit, typically an object of a class that implements a transpose method

...

Additional arguments passed to the underlying transpose method

Value

A transposed model with coefficients and scores switched

See Also

bi_projector for an example of a two-way mapping model that can be transposed


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.