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(158,157,156,154,152,151,152,154,155,155,156,158,156,152,145,141,140,145,143,141,144,139,141,142,141,132,122,122,127,128,122,123,128,128,128,129,124,121,109,110,107,107,104,110,114,118,117,122,113,106,102,111,106,110,105,104,106,110,107,111,101,105,108,124,122,128,124,121,125,134,126,126,111,117,118,128,127,129,124,113,120,127,114,107) > par3 = '0.1' > par2 = '0.9' > par1 = '0.1' > ylab = 'omzet' > xlab = 'decielen' > main = 'Omzetindicatie product Y' > #'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