https://github.com/cran/sparseFLMM
Raw File
Tip revision: e4ebd38f74066863aedb5f469cc7e587ffbede92 authored by Jona Cederbaum on 23 September 2017, 15:10:15 UTC
version 0.2.0
Tip revision: e4ebd38
Predict.matrix.symm.smooth.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tri_constraint_constructor.R
\name{Predict.matrix.symm.smooth}
\alias{Predict.matrix.symm.smooth}
\title{Predict matrix method for symmetric bivariate smooths.}
\usage{
\method{Predict.matrix}{symm.smooth}(object, data)
}
\arguments{
\item{object}{is a \code{symm.smooth} object created by \code{\link{smooth.construct.symm.smooth.spec}},
see \code{\link[mgcv]{smooth.construct}}.}

\item{data}{see \code{\link[mgcv]{smooth.construct}}.}
}
\description{
Predict matrix method for symmetric bivariate smooths.
}
\seealso{
\code{\link[mgcv]{Predict.matrix}} and \code{\link[mgcv]{smoothCon}} for details on constructors.
}
back to top