StandardError3D: 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
StandardError3D(modules)

Arguments

modules

Vector containing the values of the modules

Details

One way to get a set of coordinates X, Y and Z of the origin position and end position (coordinates X, Y and Z of the vector) or of the colatitude and longitude, it is using the LoadData3D function.

Value

The standard error of all input modules.

Author(s)

Ruiz-Cuetos, J.C., bilba_t@hotmail.com, Polo, M.E., mepolo@unex.es, Rodriguez, P.G. pablogr@unex.es

References

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

See Also

NumberOfElements3D, MaxValue3D, MinValue3D, Range3D, ModuleSum3D, ArithmeticMean3D, AllModuleStatistics3D, ModuleStandardDeviation3D, ModuleVariance3D, ModulePopulationVariance3D, ModulePopulationStandardDeviation3D.

Examples

1
2
3
4
   FileName<-system.file("data/XYZcoor.txt", package="VecStatGraphs3D")
   dat<-LoadData3D(FileName, Type=1)
   modules<-dat[,1]
   StandardError3D(modules)

VecStatGraphs3D documentation built on May 1, 2019, 8:03 p.m.