https://github.com/cran/sparseFLMM
Raw File
Tip revision: b182e9a2447bc977ecd715351503848f37718038 authored by Jona Cederbaum on 19 June 2021, 08:10:02 UTC
version 0.4.1
Tip revision: b182e9a
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 (skew-)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 (skew-)symmetric bivariate smooths.
}
\seealso{
\code{\link[mgcv]{Predict.matrix}} and \code{\link[mgcv]{smoothCon}} for details on constructors.
}
\author{
Jona Cederbaum, Almond Stoecker
}
back to top