Description Usage Arguments Value Examples
summaryLocalIVector
. Calculates basic statistic of the received Matrix, like mean, standard deviation, maximum, minimum, 0.1% and 99.9% quantile and median.
1 | summaryLocalIVector(vec)
|
vec |
the vector to calculate the summary. |
a list with mean, standard deviation, maximum, minimum, 0.1% and 99.9% quantile and median of the received vector.
1 2 3 4 5 | inputFileName<-system.file("testdata", "chen.csv", package="Irescale")
input<-loadFile(inputFileName)
distM<-calculateEuclideanDistance(input$data)
vI<-resamplingLocalI(input$varOfInterest,distM)
statsVI<-summaryLocalIVector(vI)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.