search for: ebbaalm

Displaying 2 results from an estimated 2 matches for "ebbaalm".

2007 Feb 12
6
Boxplot: quartiles/outliers
For boxplot(), is it possible to pass in a parameter to change the default way that the 1st and 3rd quartiles are computed? (specifically, I'd like to use type 6 described in the quantile function). Also, what are the options for how outliers are computed, and how can one change them? Thank you [[alternative HTML version deleted]]
2007 Feb 11
1
echo vs. print (for loop)
When calling a script, I want to print the code expressions and their results using echo=T as in: > source("myscript.r", echo = T) This seems to do pretty much same as print() if the script only lists expressions like "mean(data)", and echo seems nicer since it avoids extra print statements. But when I use the same expressions inside a for loop (to process multiple