powered by
automatic selection of nuclear norm regularization parameter
qut(Y, cov, lambda2 = 0, q = 0.95, N = 100, reff = T, ceff = T)
A matrix of counts (contingency table).
A (np)xK matrix of K covariates about rows and columns
A positive number, the regularization parameter for covariates main effects
A number between 0 and 1. The quantile of the distribution of $lambda_QUT$ to take.
0
1
An integer. The number of parametric bootstrap samples to draw.
[boolean] whether row effects should be fitted, default value is TRUE
[boolean] whether column effects should be fitted, default value is TRUE
the value of $lambda_QUT$ to use in LoRI.
# NOT RUN { X = matrix(rnorm(30), 15) Y = matrix(rpois(15, 1:15), 5) lambda = qut(Y,X, 10, N=10) # }
Run the code above in your browser using DataLab