Get the convergence information

convergence(object, ...)

Arguments

object

the object to get from

...

additional arguments used by the concrete implementation

Value

a list with information on the convergence

See also

accessor_methods for the implementation for a 'proDAFit' object

Examples

syn_data <- generate_synthetic_data(n_proteins = 10) fit <- proDA(syn_data$Y, design = syn_data$groups) convergence(fit)
#> $successful #> [1] FALSE #> #> $iterations #> [1] 20 #> #> $error #> [1] 0.03051609 #>