coefficient_variance_matrices: Get the coefficients

Description Usage Arguments Value See Also Examples

Description

Get the coefficients

Usage

1

Arguments

object

the object to get from

...

additional arguments used by the concrete implementation

Value

a list with as many entries as rows in the data. Each element is a p*p matrix

See Also

accessor_methods for the implementation for a 'proDAFit' object

Examples

1
2
3
  syn_data <- generate_synthetic_data(n_proteins = 10)
  fit <- proDA(syn_data$Y, design = syn_data$groups)
  coefficient_variance_matrices(fit)

proDA documentation built on Nov. 8, 2020, 5:01 p.m.