coefficient_variance_matrices | R Documentation |
Get the coefficients
coefficient_variance_matrices(object, ...)
object |
the object to get from |
... |
additional arguments used by the concrete implementation |
a list with as many entries as rows in the data. Each element is a p*p matrix
accessor_methods for the implementation for a 'proDAFit' object
syn_data <- generate_synthetic_data(n_proteins = 10)
fit <- proDA(syn_data$Y, design = syn_data$groups)
coefficient_variance_matrices(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.