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(162,161,160,158,156,155,156,158,159,159,160,162,152,157,149,150,144,146,151,148,151,151,145,140,139,144,140,134,130,132,136,137,146,139,132,131,137,145,142,142,137,139,139,139,150,146,138,134,137,143,136,138,129,132,124,132,154,145,136,132,135,148,142,139,126,124,115,126,147,136,127,123,132,156,153,147,129,119,108,121,138,128,123,125) > par3 = '0.01' > par2 = '0.99' > par1 = '0.01' > ylab = 'Aantal bezoekers' > 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