R version 2.11.1 (2010-05-31) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- c(390,389,388,386,406,405,390,380,381,381,382,384,394,393,388,381,399,396,378,368,369,373,374,379,385,385,395,387,400,390,365,350,365,374,367,375,382,380,378,363,375,366,341,326,338,345,336,342,347,360,360,334,347,336,305,289,303,308,294,299,306,313,321,287,296,283,248,235,241,244,237,241,251,259,264,229,237,228,197,182,182,176,172,175,185,195,206,175,185,174,140,130,133,130,131,136,149,155,161,131,145,134,93,87,86,80,79,91,108,105,112,78,87,74,32,25,26,25,22,36) > par3 = '0.01' > par2 = '0.99' > par1 = '0.01' > ylab = 'value' > xlab = 'quantile' > main = 'Harrell-Davis Quantiles' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > par1 <- as(par1,'numeric') > par2 <- as(par2,'numeric') > par3 <- as(par3,'numeric') > library(Hmisc) Error: package 'Hmisc' was built before R 2.10.0: please re-install it Execution halted