[R] Generate distribution from asymmetrical confidence interval and mean

2012-03-28 Thread Andreas Emanuelsson
Hi everyone, does anyone know a god way or package to generate a distribution satisfying a given Mean + asymmetrical Upper and Lower 95% confidence interval? Approximately lognormal distributions but not necessary. In my case I have a set of 42 means with UCL and LCL limits, and the data is mor

[R] Multiple data frames in single csv output

2012-03-22 Thread Andreas Emanuelsson
e any other neat way to join data.frames but ignoring all the indexing? (maybe turning them into text and printing them as a csv file)? Best regards Andreas Emanuelsson [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

[R] (no subject)

2011-03-14 Thread Andreas Emanuelsson
Hi everyone, I have problems with a double for loop and the program response: "Error in 1:mass[j] : NA/NaN argument" I'm trying to create a very simple script to generate a vector full of objects with the value [fuel] and in the amount [mass] for a hist plot. H=1 for (j in 1:63)

[R] (no subject)

2011-03-11 Thread Andreas Emanuelsson
Hi, I have tried to load a file originally from Excel, via csv, text and clipboard today. When I succeed I cannot change the format from "factor", and when I try to convert it to numerical it only gives the position of the "factor-group", not the real value in the column? Any quick suggestions