statis: STATIS, dual STATIS and SIR-STATIS for cubic data.

Description Usage Arguments Details Value

View source: R/statis.R

Description

statis performs the STATIS-like analyses of cubic data with the two standard steps: inter-structure analysis (with the function interStructure) and intra-structure analysis.

Usage

1
2
statis(data, method = c("sir", "classic", "dual"), y = NULL, H = NULL,
  scale = TRUE)

Arguments

data

List; The list of tables to study.

method

The method to apply ("sir", "classic" or "dual"). Default is "sir".

y

A numerical variable of interest (mandatory for "sir").

H

Integer; The number of slices to cut y (mandatory for "sir").

scale

Logical; Should the interstructure be computed with the cosine (TRUE) or with the dot product (FALSE). Default is TRUE.

Details

STATIS, dual STATIS and SIR-STATIS for cubic data

perform STATIS-like analyses of cubic data

The package is well suited to explore time-course datasets, eventually in relation with a target numeric variable (SIR approach).

Value

S3 object of class statisRes: a list consisting of

@export


tuxette/SirStatis documentation built on May 14, 2019, 8:03 a.m.