StandardError: Calculation of the standard error of the modules

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This function calculates the standard error of the arithmetic mean of a set of input modules.

Usage

1
StandardError(modules)

Arguments

modules

Vector containing the values of the modules

Details

One way to obtain a set of modules from X and Y coordinates of the vectors is to use the LoadData function.

Value

The standard error of all input modules.

Author(s)

Ruiz-Cuetos, J.C., jcruizcue@gmail.com, Felicisimo, A.M., amfeli@unex.es, Cuartero, A., acuartero@unex.es, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es

References

Website http://gim.unex.es/VecStatGraphs2D/

See Also

ArithmeticMean, ModuleStandardDeviation, ModuleVariance,

ModulePopulationVariance, ModulePopulationStandardDeviation,

SkewnessModuleCoefficient, KurtosisModuleCoefficient, AllModuleStatistics.

Examples

1
2
3
4
   FileName<-system.file("data/RectangularData.txt", package="VecStatGraphs2D")
   dat<-LoadData(FileName, Type=2)
   modules<-dat[,1]
   StandardError(modules)

VecStatGraphs2D documentation built on May 2, 2019, 12:36 p.m.