https://github.com/cran/quantreg
Raw File
Tip revision: 470402e079549c584851dc1a2189d061adb01734 authored by Roger Koenker on 08 August 1977, 00:00:00 UTC
version 3.34
Tip revision: 470402e
standardize.Rd
\name{standardize}
\alias{standardize}
\title{ Function to standardize the quantile regression process}
\description{
Standardize the rq process prior to Khmaladze transformation.
}
\usage{
standardize(rqfit, location.scale=TRUE)
}
%- maybe also `usage' for other objects documented here.
\arguments{
  \item{rqfit}{ Object produced by rq.test.khmal rq fitting}
  \item{location.scale}{ If TRUE location-scale test, if FALSE location test}
}
\details{
Compute standardized rq process.
}
\value{
Produces a list with several objects understood by rq.test.khmal
}
\references{ 
Koenker, Roger and Zhijie Xiao (2000), "Inference on the Quantile
     Regression Process'', unpublished. <URL:
     http://www.econ.uiuc.edu/~roger/research/inference/inference.html>
	}


\author{ R. Koenker }

\keyword{htest}
back to top