View source: R/rt_optimise_processing.R
trim_rt_optimise | R Documentation |
Removes poorly fitted trajectories based upon a predefined cutoff. For each optimised trajectory this calculates the least squares error from the observed data, then scales those errors so that the error for estimating 0's is 1 then rejects any trajectories with an error higher than the p_error value.
trim_rt_optimise(out, p_error)
out |
An object of type rt_optimised. |
p_error |
Cutoff value, see description. |
An object of type rt_optimised_trimmed, (model type).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.