Learn R Programming

GeoModels (version 2.0.8)

CkVarType: Checking Variance Estimates Type

Description

Subroutine called by InitParam. The procedure controls the method used to compute the estimates' variances.

Usage

CkVarType(type)

Value

The function returns a numeric positive integer, or NULL if the method is invalid.

Arguments

type

String; the method used to compute the estimates' variances. If SubSamp the estimates' variances are computed by the sub-sampling method, see GeoFit.

Details

The procedure controls the method used to compute the estimates' variances

See Also

GeoFit