coefficients {proDA} | R Documentation |
Get the coefficients
coefficients(object, ...)
object |
the object to get from |
... |
additional arguments used by the concrete implementation |
a numeric matrix of size 'nrow(fit) * p'
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) coefficients(fit)