Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tauUp_Q

Construct initial τ from Q-1


Description

Construct initial τ with Q groups from value obtained at Q-1 groups

Usage

tauUp_Q(tau, n_perturb = 1)

Arguments

tau

τ

n_perturb

Number of different perturbations on k-means result

Value

List of matrixes of initial values for τ for Q groups from value obtained at Q-1

Examples

# Generate first initial tau for generated_Q3 data

n <- 50
Dmax <- 2^3
Q <- 3
d_part <- 1 # less than 3 (owing to Dmax)
n_perturb <- 2
perc_perturb <- 0.2
n_random <- 1
directed <- FALSE

data <- list(Nijk = statistics(generated_Q3$data, n, Dmax, directed = FALSE))

tau <- tauInitial(data,n,Q,d_part,n_perturb,perc_perturb,n_random,directed)

tau.list <- tauUp_Q(tau[[1]],1)

ppsbm

Clustering in Longitudinal Networks

v0.2.2
GPL (>= 2)
Authors
D. Giorgi, C. Matias, T. Rebafka, F. Villers
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.