https://github.com/cran/quantreg
Raw File
Tip revision: e821ee31706f5ae32f14507d2df5c39ddfadf110 authored by Roger Koenker on 28 September 2020, 07:20:11 UTC
version 5.70
Tip revision: e821ee3
print.KhmaladzeTest.Rd
\name{print.KhmaladzeTest}
\alias{print.KhmaladzeTest}
\title{ Print a KhmaladzeTest object}
\description{
Print an object generated by KhmaladzeTest
}
\usage{
\method{print}{KhmaladzeTest}(x, ...)
}
\arguments{
\item{x}{
  Object returned from KhmaladzeTest representing the fit of the model.
 }
\item{...}{
  Optional arguments. 
 }
}
\seealso{  \code{\link{KhmaladzeTest}}}

\keyword{ regression}
back to top