dist_approx | R Documentation |
Calculate an approximate distance for 'object'
dist_approx(object, ...)
object |
the object for which the distance is approximated |
... |
additional arguments used by the concrete implementation |
a list with two elements: 'mean' and 'sd' both are formally of class "dist"
dist
for the base R function and
dist_approx()
concrete implementation
for 'proDAFit' objects
syn_data <- generate_synthetic_data(n_proteins = 10)
fit <- proDA(syn_data$Y, design = syn_data$groups)
dist_approx(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.