CheckBiv {GeoModels} | R Documentation |
Checking Bivariate Covariance Models
Description
Checks whether the correlation model is bivariate.
Usage
CheckBiv(numbermodel)
Arguments
numbermodel |
A numeric value; the number associated with a given correlation model. |
Details
This function checks whether the correlation model is bivariate.
Value
A logical value: TRUE
if the correlation model is bivariate, and FALSE
otherwise.
Author(s)
Moreno Bevilacqua moreno.bevilacqua89@gmail.com
https://sites.google.com/view/moreno-bevilacqua/home
Víctor Morales Oñate victor.morales@uv.cl
https://sites.google.com/site/moralesonatevictor/
Christian Caamaño-Carrillo chcaaman@ubiobio.cl
https://www.researchgate.net/profile/Christian-Caamano
Examples
library(GeoModels)
CheckBiv(CkCorrModel("Bi_matern_sep"))
[Package GeoModels version 2.1.7 Index]