https://github.com/cran/rstpm2
Raw File
Tip revision: a5ef3506c39866f5e7b3d57e7fa0677cf4edd675 authored by Mark Clements on 13 April 2016, 17:59:18 UTC
version 1.3.2
Tip revision: a5ef350
predictnl.Rd
\name{predictnl}
\Rdversion{1.1}
\alias{predictnl}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
  Generic function for non-linear prediction.
}
\description{
  Generic function for non-linear prediction.
}
\usage{
predictnl(object, ...)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{object}{
    Regression object.
}
  \item{\dots}{
    Other arguments.
}
}
%% \details{
%% %%  ~~ If necessary, more details than the description above ~~
%% }
%% \value{
%% %%  ~Describe the value returned
%% %%  If it is a LIST, use
%% %%  \item{comp1 }{Description of 'comp1'}
%% %%  \item{comp2 }{Description of 'comp2'}
%% %% ...
%% }
%% \references{
%% %% ~put references to the literature/web site here ~
%% }
%% \author{
%% %%  ~~who you are~~
%% }
%% \note{
%% %%  ~~further notes~~
%% }

%% %% ~Make other sections like Warning with \section{Warning }{....} ~

%% \seealso{
%% %% ~~objects to See Also as \code{\link{help}}, ~~~
%% }
\examples{
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (object, ...) 
UseMethod("predictnl")
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
%% \keyword{ ~kwd1 }
%% \keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
back to top