powered by
Computes the number of free parameters from the individual structure of the data. Used internally to calculate the BIC for the JIVE decomposition.
pjsum(dim, rank)
A vector containing the number of rows of each data source.
A vector containing the ranks of the individual structure.
Returns the number of free parameters.
# NOT RUN { pjsum(c(25,50), c(1,2)) # }
Run the code above in your browser using DataLab