powered by
This function is predominantly intended to be used within the ipf routines in the migest package.
ipf_seed(m = NULL, R = NULL, n_dim = NULL, dn = NULL)
Matrix, Array or NULL to build seed. If NULL seed will be 1 for all elements.
Number of rows, columns and possibly n_dimensions for seed matrix or array.
Numeric integer for the number of n_dimensions - 2 for matrix, 3 or more for an array
Vector of character strings for n_dimension names
An array or matrix
array
matrix
ipf3_qi, ffs_diff
ipf3_qi
ffs_diff
# NOT RUN { ipf_seed(m = NULL, R = 4, n_dim = 2) ipf_seed(m = NULL, R = 5, n_dim = 3, dn = LETTERS[1:5]) ipf_seed(m = matrix(1:4, nrow = 2), n_dim = 3, dn = LETTERS[1:2]) # }
Run the code above in your browser using DataLab