project.cross_projector: project a cross_projector instance

View source: R/twoway_projector.R

project.cross_projectorR Documentation

project a cross_projector instance

Description

project a cross_projector instance

Usage

## S3 method for class 'cross_projector'
project(x, new_data, source = c("X", "Y"), ...)

Arguments

x

The model fit, typically an object of class bi_projector or any other class that implements a project method

new_data

A matrix or vector of new observations with the same number of columns as the original data. Rows represent observations and columns represent variables

source

the source of the data (X or Y block)

...

Extra arguments to be passed to the specific project method for the object's class

Value

the projected data

See Also

Other project: project(), project_block(), project_vars()


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