hyper_parameters {proDA}R Documentation

Get the hyper parameters

Description

Get the hyper parameters

Usage

hyper_parameters(object, ...)

Arguments

object

the object to get from

...

additional arguments used by the concrete implementation

Value

a list with the values for each fitted hyper-parameter

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)
  hyper_parameters(fit)


[Package proDA version 1.8.0 Index]