Description Usage Arguments Details Value References Examples
Microbiome differential network estimation
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Y |
The (unrarefied) taxa count matrix with rows as samples and columns as taxa. The last column is the reference category, and is not included in the estimated network. |
X |
The model matrix (including an intercept column) |
Z |
Vector containing the binary variable over which the network is assumed to vary. |
lambda |
Network penalization parameter. If NULL, then lambda is estimated |
offset |
A vector containing an offset term for each subject |
mc.cores |
The number of cores to run MCMC chains in parallel |
iter |
The number of MCMC iterations. By default the first half of the iterations will be used as warmup. |
chains |
The number of MCMC chains. |
quant |
Vector containing the lower and upper quantiles of the posterior distribution to create credible intervals. |
nnet.MaxNWts |
Numeric specifying the maximum number of weights in the |
... |
Other arguments passed to |
MDiNE is a model based on multinomial logistic regression to estimate precision matrix-based networks within two groups.
An object of class mdine
containing posterior means for the model parameters, credible intervals,
and the stanfit object.
stan.fit |
The object returned from |
post_mean |
List contatining estimated posterior means for the model parameters |
ci |
List contatining credible intervals for all parameters |
lam_mle |
Initial value of lambda used as mean in the prior distribution for lambda |
McGregor, Labbe, and Greenwood 2019: DOI
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.