get_individual_rank: Individual Rank

Description Usage Arguments Value Examples

View source: R/Rajive_helpfunctions.R

Description

Gets the individual ranks from the Rajive decomposition

Usage

1
get_individual_rank(ajive_output, k)

Arguments

ajive_output

List. The decomposition from Rajive

k

Integer. The index of the data block.

Value

The individual ranks

Examples

1
2
3
4
5
6
7
8
n <- 10
pks <- c(20, 10)
Y <- ajive.data.sim(K =2, rankJ = 2, rankA = c(7, 4), n = n,
                 pks = pks, dist.type = 1)
initial_signal_ranks <-  c(7, 4)
data.ajive <- list((Y$sim_data[[1]]), (Y$sim_data[[2]]))
ajive.results.robust <- Rajive(data.ajive, initial_signal_ranks)
get_individual_rank(ajive.results.robust, 2)

RaJIVE documentation built on Feb. 4, 2021, 5:05 p.m.