interStructure: Inter-structure analysis.

Description Usage Arguments Value

View source: R/interstructure.R

Description

interStructure perfoms the inter-structure analysis and returns its result (table weights, compromise similarity matrix between tables,...). The function is also called by statis. You should only use it when wanting to perform only the inter-structure analysis.

Usage

1
2
interStructure(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.

Value

S3 interstructure object; a list consisting of


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