Displaying 2 results from an estimated 2 matches for "albery".
Did you mean:
albert
2008 Jun 19
1
Ubuntu html help pages missing
I don't see any way to install the html help pages for R version 2.7.x
or 2.6.2 on Ubuntu (Hardy) without rebuilding. I don't use html
myself, but there is a problem when someone else does:
?lm ## help works
help.start() ## fires up browser
?lm ## no longer works becuase it is looking for (missing) html help
pages to show in browser
I searched for r-doc packages but could not
2012 Mar 15
3
Adding mean values to boxplots
Hello there,
I was wondering if anyone might be able to help me as I'm pretty new to R.
I'm trying to create a boxplot from a data table returned from an sproc. I
have the following code, which generates the plot as I'd like it:
library("RODBC");
conn <- odbcConnect("datawarehouse"); # connect to datawarehouse
results <- sqlQuery(conn, "call