search for: arrr

Displaying 14 results from an estimated 14 matches for "arrr".

Did you mean: arr
2005 Nov 01
1
R Graphs in Powerpoint
...hareware application Graphic Converter), but I've found that Preview produces the best results. Daniel Smith Environmental Health Investigations Branch California Dept of Health Services -----Original Message----- Date: Mon, 31 Oct 2005 15:14:06 -0800 From: Jarrett Byrnes <redbeard at arrr.net> Subject: [R] R Graphs in Powerpoint To: r-help at stat.math.ethz.ch Message-ID: <1021e23a2ea288a066f22699f827cf73 at arrr.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Hey, all. Quick question. I'm attempting to use some of the great graphs generated in R for...
2010 Jan 16
3
Comparing dates in dataframes
I have two data frames. One (arr) has all arrivals to an airport for a year, and the other (gw) has the dates and quarter hour of the day when the weather is good. arr has a Date and quarter hour column. >names(arr) [1] "Date" "weekday" "hour" "month" "minute" [6] "quarter" "ICAO"
2004 Aug 06
5
Getting Listed
At 23:25 3/15/2001 -0500, you wrote: >Asym, > >What streaming program are you using? I'm using icecast 1.3.10 with meta >data turned on and it doesn't want to list on yp.shoutcast.com. Can you >e-mail me your icecast.conf and your streaming config file via e-mail? >Thanks... I'm running icecast 1.3.10 on FreeBSD 3.5-Stable, and my source is Winamp 2.72 w/
2004 Aug 06
0
Getting Listed
Asym, FYI - I verified that winamp -> 1.3.10 does in fact work, it lets icecast touch both yp.icecast.org and yp.shoutcast.org; hmm, I guess libshout doesn't emulate whatever shoutcast is using close enough. Arrr. My only windows box is a 233mhz and that doesn't seem to handle re-encoding/streaming very well. Louis > At 23:25 3/15/2001 -0500, you wrote: >>Asym, >> >>What streaming program are you using? I'm using icecast 1.3.10 with >>meta data turned on and it doesn...
2005 Nov 08
2
Simple Nesting question/Odd error message
I'm attempting to analyze some survey data comparing multiple docks. I surveyed all of the slips within each dock, but as slips are nested within docks, getting multiple samples per slip, and don't really represent any meaningful gradient, slip is a random effect. There are also an unequal number of slips at each dock. I'm having syntactical issues, however. When I try
2005 Nov 08
2
A Quick and (Very) Dirty Intro to Stats in R
Greetings to all, First off, I want to thank you all for answering any nagging questions I've had over the past few days. I've been in the process of putting together A Quick and (Very) Dirty Intro to Doing Your Statistics in R (which I have posted to http://didemnid.ucdavis.edu/rtutorial.html ) in order to teach an R workshop for the graduate students in my department. This is a
2004 Aug 06
2
Getting Listed
...bg --- Bill Goldsmith www.kpig.com www.radioparadise.com > Asym, > > FYI - I verified that winamp -> 1.3.10 does in fact work, it lets icecast > touch both yp.icecast.org and yp.shoutcast.org; hmm, I guess libshout > doesn't emulate whatever shoutcast is using close enough. Arrr. My only > windows box is a 233mhz and that doesn't seem to handle > re-encoding/streaming very well. > > Louis > > > At 23:25 3/15/2001 -0500, you wrote: > >>Asym, > >> > >>What streaming program are you using? I'm using icecast 1.3.10 with...
2005 Nov 15
1
Repeates Measures MANOVA for Time*Treatment Interactions
Dear R folk, First off I want to thank those of you who responded with comments for my R quick and dirty stats tutorial. They've been quite helpful, and I'm in the process of revising them. When it comes to repeated measures MANOVA, I'm in a bit of a bind, however. I'm beginning to see that all of the documentation is written for psychologists, who have a slightly
2007 Feb 05
10
how does Mocha compare in terms of classical vs mock-based testing, and stubbing???
Hi guys, I''ve just been reading Martin Fowler''s article re mock versus stubbing<http://martinfowler.com/articles/mocksArentStubs.html>where he compares traditional TDD testing techniques with mock based testing. I''d be interested in comments from a ruby on rails perspective in terms of this and Mocha? For example: a) Do you see Mocha as a robust way to test Ruby
2010 Sep 19
4
Create Dot Chart
Hello everyone... I would like to create a chart (see below), how can I do it with R? Any help, suggestion, samples... will be greatly appreciated. Thanks... Avi http://r.789695.n4.nabble.com/file/n2545921/DotChart.jpg -- View this message in context: http://r.789695.n4.nabble.com/Create-Dot-Chart-tp2545921p2545921.html Sent from the R help mailing list archive at Nabble.com.
2003 Apr 02
12
segmentation fault
Configuration: Linux wpbx 2.4.9-13 #1 Tue Oct 30 20:11:04 EST 2001 i686 unknown P4 2.5 GHz, 1 GB RAM T400P with 3 T1s plugged in. A flow of 46 calls (spread out over 3 T1s). Each call gets transferred (Dial) to the SIP platform and stays for 5 min. Case 1. Asterisk built out of CVS Mar. 19. Test was running for 3 days. Segmentation fault. Case 2. Asterisk built out of CVS Apr. 1. Test was running
2005 Nov 08
1
Type II and III sums of squares with Error in AOV
I've recently run into the problem of using aov with nested factors, and wanting to get the type II and III sums of squares. Normally Anova from the car package would do fine, but it doesn't like having an Error included, so my.aov <-aov(Response ~ Treatment + Error(Treatment:Replicate)) Anova(my.aov, type="II") yields Error in Anova(nested.anova) : no applicable method
2005 Oct 25
1
Ryan's Q Post-Hoc for ANOVA
I'm using lm to run an ANOVA, and would like to use Ryan's Q as my post-hoc (as recommended by Day and Quinn, 1989, Ecological Monographs). I can't seem to find any methods in the base stats package that implement this post-hoc. Is there a good package of post-hoc methods out there, or has someone written a method for Ryan's Q previously? Thanks! -Jarrett
2005 Nov 04
1
Plotting Factorial GLMs
Hello all, I'm attempting to plot the functions from a generalized linear model while iterating over multiple levels of a factor in the model. In other words, I have a data set Block, Treatment.Level, Response.Level So, the glm and code to plot should be logit.reg<-glm(formula = Response.Level ~ Treatment.Level + Block, family=quasibinomial(link="logit"))) plot(