[R] augPred and NAs

2011-01-24 Thread Morten Gram Pedersen
n such cases is most appreciated. Neither Pinheiro & Bates nor Google helped... Thanks, Morten Pedersen __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/post

[R] ggplot2 Pareto plot (Barplot in decreasing frequency)

2010-10-06 Thread Morten
th 52 levels in the real data frame (many with equal counts) # and other similar variables, I hope it is possible to script this efficiently ggplot(df) + geom_bar(aes(v1)) Thank you in advance Morten -- View this message in context: http://r.789695.n4.nabble.com/ggplot2-Pareto-plot-Barplot-i

[R] ggplot2 barplot in decreasing frequency

2010-10-06 Thread Morten
t;) v3 = c(8, 10, 11, 9, 9, 10) df = data.frame(v1=v1, v2=v2, v3=v3) # How can I tell ggplot to sort the bars? # First bar = "bb" (3), second bar "cc" (2) and third bar "aa" (1) p = gplot(df) p + aes(v2) + geom_bar() Thank you, Morten -- View this

[R] Problems loading an S-Plus object

2008-06-26 Thread Morten Hønsen
(con, 5L, useBytes = TRUE) : cannot open the connection" Any help with this issue would be greatly appreciated. Best regards, Morten __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide ht