projection_matrix: Projection Matrix

Description Usage Arguments

Description

Given a linear dimension reduction method projection_matrix parses the data and uses the specific linear dimension reduction to return the projection matrix. The projection_matrix function should be used if the user wishes just to produce the projection matrix as opposed to the data reduction matrix.

Usage

1
2
3
4
5
6
7
projection_matrix(x, ...)

## S3 method for class 'list'
projection_matrix(x, method = SYS, ...)

## Default S3 method:
projection_matrix(x, method = SYS, ..., group)

Arguments

x

data or reduced class object

...

options past to linear dimension reduction methods

method

linear dimension reduction methods

group

the grouping variable in the data


BenBarnard/slidR documentation built on May 5, 2019, 2:40 p.m.