swh:1:snp:a3b81a63bc885946c7e57d5f25f804425977c98d
Raw File
Tip revision: 5ad24cff87e41a020a678cf6e742678aa2ee9dce authored by Roger Koenker on 29 May 2018, 10:33:02 UTC
version 5.36
Tip revision: 5ad24cf
rqs.fit.Rd
\name{rqs.fit}
\alias{rqs.fit}
\title{Function to fit multiple response quantile regression models}
\usage{
rqs.fit(x, y, tau=0.5, tol = 0.0001)
}
\arguments{
\item{x}{
  the design matrix an n by p matrix.
}
\item{y}{
  the response variable as a n by m matrix
}
\item{tau}{
  the quantile desired, if tau lies outside (0,1) 
}
\item{tol}{
  tolerance parameter for Barrodale and Roberts exterior point method.
 }
}

\description{Function intended for multiple response quantile regression
called from \code{boot.rq} for wild bootstrap option.}
\seealso{  \code{\link{boot.rq}} }

\keyword{ regression }
back to top