Re: [R] the making of _R_ eBooks

2015-03-24 Thread Dr. Wolfgang Lindner
From: "Amos B. Elberg" | If you take a look at rmarkdown and the rticles package, you'll find a template for | a "tufte ebook" in the style of Edward Tufte. From: "Sven E. Templer" |> Q3: any other recommendations? | You might be interested in the very easy to use R markdown, see: | http://rmar

Re: [R] the making of _R_ eBooks

2015-03-23 Thread Dr. Wolfgang Lindner
Dear Prof. Ripley, thank you for the 2 links w/r to my question. Section 2.3 in 'R Installation and Administration' seems very condensed to me. But there is a mention of Calibre, I will read about all that. | > PLEASE do read the posting guide | PLEASE do! I did. Best Wol

Re: [R] the making of _R_ eBooks

2015-03-23 Thread Dr. Wolfgang Lindner
any hint or link by expert R users. | Oh, well, that excludes me. I'm not an expert. No, your answer includes you :) It was very helpful. Indeed, I should better have said 'enthusiastic R users' ;) best Wolfgang - Original Message - From: "John McKown" To

[R] the making of _R_ eBooks

2015-03-23 Thread Dr. Wolfgang Lindner
m not sure, if there are better possibilities.. Thanks for any hint or link by expert R users. Wolfgang Lindner Leichlingen, Germany __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help

Re: [R] Tele_R - first experiences

2015-03-19 Thread Dr. Wolfgang Lindner
Some R users asked offlist for the link to Tele_R. Sorry, here it is: [3] http://telemath.altervista.org/ -- Best, Wolfgang Lindner Am 19.03.2015 um 21:57 schrieb Ista Zahn : > Hey that's really nice. I'm not sure how practical it is, but it works > surprisingly well. &

[R] Tele_R - first experiences

2015-03-19 Thread Dr. Wolfgang Lindner
ld like to hear about the experiences, opinions or ideas of other members of the R community with respect of the use of Tele_R. I hope that this is not the wrong list to say these words. Best, Wolfgang Lindner Leichlingen, Germany __ R-help@r-project.o

Re: [R] changing colnames in dataframes

2008-12-04 Thread Wolfgang Lindner
thank you all, Jagat, Bert and Prof. Ripley for your kind help. The PROBLEM was: give descripitve names to the columns in JJ<-data.frame( c( as.character(rep( gender,3))) , c( F76,6- F83, F90) ) Possible SOLUTIONs are: 1.JJ <- data.frame( gender=c( as.character(rep( gender,3))) , J.value=c(

[R] changing colnames in dataframes

2008-12-03 Thread Wolfgang Lindner
dear all, I'm building new dataframes from bigger one's using e.g. columns F76, F83, F90: JJ<-data.frame( c( as.character(rep( gender,3))) , c( F76,6- F83, F90) ) Looking into JJ one has: c.as.character.rep.gender..8... c.6...F73..F78..F79..F82..6...F84..F94..F106..F109 1

[R] ranking the results of a questionnaire

2008-11-28 Thread Wolfgang Lindner
dear experts, I reproduced an experiment (questionnaire) some times. The result of the experiment is a vector of 5 factors, say (A,B,C,D,E). In the original article the result is given in 5 pairs of mean and stDev for A .. E, e.g. mean_A=37.4 and sd_A=8.1. The interval for A,B,C,D,E values is 0..5