View source: R/si_linear_exc.R
si_linear_exc | R Documentation |
Calculate Si using linear method by excluding Xi at each iteration while calculating Si
si_linear_exc(x, avg_type = "simple")
x |
A Dataframe |
avg_type |
Choosing average type. So far "simple", "geometric" and "harmonic" average are availableƧ |
A data frame
x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20))
si_linear_exc(x,avg_type = "simple")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.