https://github.com/cran/sparseFLMM
Raw File
Tip revision: d4dda47e4e5e1693ab9050fef365b58f38105d40 authored by Jona Cederbaum on 01 April 2018, 06:49:01 UTC
version 0.2.2
Tip revision: d4dda47
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