plotrsr function

Plot of response surface regression for different quantile

Plot of response surface regression for different quantile

It produces a single plot of response surface regression for different quantile values.

plotrsr(n = 20:50, q = c(90, 95),...)

Arguments

  • n: Sequence of series size for the plot
  • q: Vector or single quantile value
  • ...: Further arguments for function lines()

Returns

Plot of RSR

References

MacKinnon, J. G. (2002). Computing numerical distribution functions in econometrics. In proceedings of High Performance Computing Systems and Applications, edited by Pollard, A., Mewhort, D. J. and Weaver, D. F. Springer US. Vol. 451, 455-471.

Author(s)

M. S. Islam

See Also

pvalrsr

Examples

# Plot for 75%, 90% and 95% quantiles. plotrsr(n=10:50, q=c(75,90,95)) # Plot for 80%, 90%, 95% and 99% quantiles. # We use color red and dashed line plotrsr(n=10:50, q=c(80,90,95, 99), col=2, lty=3)
  • Maintainer: M. S. Islam
  • License: GPL (>= 2)
  • Last published: 2016-05-16

Useful links