Learn R Programming

spTimer (version 0.02)

spT.Summary.Stat: Summary Statistics

Description

This function is used to find the summary statistics for the predictions. Here, we get `Mean', `Median, `SD', and Lower and Upper limit of the 95% interval.

Usage

spT.Summary.Stat(y)

Arguments

y
The data matrix.

Examples

Run this code
##

# Create `y', which is the prediction values of the observations.

y <- matrix(rnorm(25*2000,5,2),25,2000)
spT.Summary.Stat(y)

##

Run the code above in your browser using DataLab