shape: Shape of the Projector

View source: R/all_generic.R

shapeR Documentation

Shape of the Projector

Description

Get the input/output shape of the projector.

Usage

shape(x, ...)

Arguments

x

The model fit.

...

Extra arguments.

Details

This function retrieves the dimensions of the sample loadings matrix v in the form of a vector with two elements. The first element is the number of rows in the v matrix, and the second element is the number of columns.

Value

A vector containing the dimensions of the sample loadings matrix v (number of rows and columns).


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