accessor_methods | R Documentation |
The functions listed below can all be accessed using the
fluent dollar notation (ie. fit$abundances[1:3,1:3]
) without
any additional parentheses.
## S4 method for signature 'proDAFit'
abundances(object)
## S4 method for signature 'proDAFit'
design(object, formula = FALSE)
## S4 method for signature 'proDAFit'
hyper_parameters(object)
## S4 method for signature 'proDAFit'
feature_parameters(object)
## S4 method for signature 'proDAFit'
coefficients(object)
## S4 method for signature 'proDAFit'
coefficient_variance_matrices(object)
## S4 method for signature 'proDAFit'
reference_level(object)
## S4 method for signature 'proDAFit'
convergence(object)
object |
the 'proDAFit' object |
formula |
specific argument for the |
See the documentation of the generics to find out what each method returns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.