Learn R Programming

GeoModels (version 2.2.1)

NuisParam2: Internal function handling Nuisance Parameters of a Random Field

Description

Internal function handling Nuisance Parameters of a Random Field.

Usage

NuisParam2(model, bivariate=FALSE,num_betas=c(1,1),copula=NULL)

Value

Return a vector string of nuisance parameters.

Arguments

model

String; the name of a random field.

bivariate

Logical; if FALSE (the default) the correlation model is univariate spatial or spatial-temporal. Otherwise is bivariate.

num_betas

Numerical; the nunber of mean parameters in the linear specification (default is 1)

copula

The type of copula.

Details

The function returns a list with the nuisance parameters of a given random field model.

See Also

GeoFit