https://github.com/cran/quantreg
Raw File
Tip revision: 595fc29c53aae2d4341515f1026f16027e5384d0 authored by Roger Koenker on 07 August 2019, 16:10:02 UTC
version 5.51
Tip revision: 595fc29
plot.KhmaladzeTest.Rd

\name{plot.KhmaladzeTest}
\alias{plot.KhmaladzeTest}
\title{ Plot a KhmaladzeTest object}
\description{
Plot an object generated by KhmaladzeTest
}
\usage{
\method{plot}{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