plnmfafit several models for plnmfa along with 3 criteria values: AIC BIC and ICL
model_selection_lasso(W_count, K, Q_K, model, range_tuning, iter, const, X)A dataframe that contain the cov_str, K, Q, AIC, BIC, ICL values for model. There may be a lot rows if long range of tuning parameters.
The microbiome count matrix that you want to analyze.
A specific number of component
A specific number of latent dimension.
A specific model name, UUU or GUU
A range of tuning parameters specified, ranged from 0-1.
Max iterations, defaul is 150.
Constant permutation term in multinomial distribution.
The regression covariates matrix, which generates from model.matrix.