search for: murdoch_at_stats

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

2011 Sep 01
0
qqplot for count data
...t;- length(c):1L;y <- rep(c,d) weighted.qqplot(x,y,type="b") par(new=TRUE) weighted.qqplot(a,c,x.counts=b,y.counts=d,type="b",pch="*",col="grey") par(new=TRUE) qqplot(x,y,type="b",pch="+",col="red") From: Duncan Murdoch <murdoch_at_stats.uwo.ca> Date: Thu 16 Mar 2006 - 05:50:27 EST On 3/15/2006 1:38 PM, Vivek Satsangi wrote: > Folks, > I am documenting what I finally did, for the next person who comes along... > > Following Dr. Murdoch's suggestion, I looked at qqplot. The following > approach might be helpf...
2008 Jul 27
2
Colors in Sweave
Hi list, I was using Sweave and was wondering if anyone has had any luck changing the font colors of the code chunks. For instance, in my .Rnw preample I tried including: === \usepackage[usenames]{colors} \definecolor{darkred}{rgb}{0.545,0,0} \definecolor{midnightblue}{rgb}{0.098,0.098,0.439} \DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl,formatcom={\color{midnightblue}}}