https://github.com/cran/RandomFields
Raw File
Tip revision: fab3d29ef16569604858ee648b9e1f6f7d4a7c96 authored by Martin Schlather on 21 September 2014, 00:00:00 UTC
version 3.0.42
Tip revision: fab3d29
RMcoord.Rd
\name{RMcoord}
\alias{RMcoord}
\title{Coordinates in the mixed model representation}
\description{
 This function is used to define, in the (rare) case,
 coordinates that differ from the original coordinates to define
 a covariance matrix for a random effect model

 \code{~ RMmodel() + Z @ RMcoord(coord=X, RMmodel2())}
 
}

\usage{
RMcoord(C0, coord, dist)
}

\arguments{
 \item{C0}{covariance function of class \code{\link[=RMmodel-class]{RMmodel}}.}
 \item{coord, dist}{either coordinates or a
 the lower matrix of a distance matrix can be passed
 }
}

\value{
 \command{\link{RMcoord}} returns an object of class \code{\link[=RMmodel-class]{RMmodel}}.
}


\author{Martin Schlather, \email{schlather@math.uni-mannheim.de}
}
\seealso{
 \command{\link{RMmodel}},
 \command{\link{RFfit}}.
}


\keyword{spatial}
\keyword{models}




\examples{
 ## For examples see the help page of 'RFformula' ##

## todo

\dontshow{FinalizeExample()}
}
back to top