View source: R/find_T0_multi.R
find_T0 | R Documentation |
Calculates the "T0" value (the split corresponding to the maximum value of T^2) for a given list of data sets corresponding to glass fragment features assuming they're appropriate values corresponding to glass fragment features.
find_T0(data, i = 1, j = length(data))
data |
list of glass fragment chemical (or otherwise) features. |
i |
Starting element (default = 1) |
j |
Ending element (default = length(array)) |
A numeric corresponding to the maximum between-sum-of-squares estimate from the sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.