search for: tubin

Displaying 9 results from an estimated 9 matches for "tubin".

Did you mean: rubin
2008 Apr 30
2
ordering a factor in boxplot output
I'm sure I'm missing something obvious in the documentation... I'm generating a boxplot boxplot(CleanValue~ApptCategory*ReportingCode,data=newfile) where ApptCategory is a factor with possible values ("New","Established") Problem is, the output orders those factors alphabetically, and I'd really rather see New come first. I'm apparently confused by the
2008 Dec 15
2
Baffled: triggering error message with an sd result in odfWeave?
I hope someone can point out my stupid error, because I'm baffled. I am calculating a bunch of variable values and then placing them in a document using odfWeave tags. This is working very nicely for every spot except one. One of the values I calculate is traindev: traindev <- if (trainlength>0) round(sd(trainscores, na.rm=T),1) else "" when I try to insert this traindev
2008 May 29
1
Thank you
In the past few weeks I have had to give myself a crash course in R, in order to accomplish some necessary tasks for my job. During that time, I've found this forum to be helpful time and time again - usually I find the answer to my problem by searching the archives; once or twice I've posted questions and been given near-immediate solutions. I just wanted to thank the forum participants
2008 Dec 09
1
chron - when seconds data not included
I have date and time data which looks like this: [,1] [,2] [1,] "7/1/08" "9:19" [2,] "7/1/08" "9:58" [3,] "7/7/08" "15:47" [4,] "7/8/08" "10:03" [5,] "7/8/08" "10:32" [6,] "7/8/08" "15:22" [7,] "7/8/08" "15:27" [8,] "7/8/08"
2008 Dec 31
1
Suggestions for inputting a date via a dialog box?
I've written a program which will be run by someone who isn't an R programmer and isn't all that computer-savvy in general. The user starts the program and is prompted to input various information such as location of data files. I've used the Sciviews svDialogs package for this with good success. (although we're still ironing out tck/tk issues on some of his machines - with
2008 Apr 24
1
re shaping "long-form" longitudinal data from sql query
hi, I'm a total noob who is having to ramp up to full speed very quickly due to an unfortunate abrupt staffing change at my job :) I have longitudinal data that looks like this: PID OBSDATE DaysAgo CleanValue NAME 1 1410164934000610 8/17/2004 13:03:38 1345 6.2 HGBA1C 2 1410164934000610 11/16/2004 10:39:51 1254 7.1
2009 Mar 09
5
Help
...a) > 24. Re: Very slow: using double apply and cor.test to compute > correlation p.values for 2 matrices (Jorge Ivan Velez) > 25. Re: Chi-Square Test Disagreement (Chuck Cleland) > 26. S4 slot containing either aov or NULL (Thomas Kaliwe) > 27. odfWeave and XML... on a Mac (Tubin) > 28. Re: Very slow: using double apply and cor.test to compute > correlation p.values for 2 matrices (hadley wickham) > 29. Re: Very slow: using double apply and cor.test to compute > correlation p.values for 2 matrices (Daren Tan) > 30. Re: plotting density for trunca...
2008 Nov 26
1
odfWeave and XML... on a Mac
I'm trying out odfWeave in a Mac environment and getting some odd behavior. Having figured out that the code snippets only work if they're in certain fonts, I was able to get R to run a test document through and produce an output document. After running it, though, I get a warning message: Warning message: In file.remove("styles_2.xml") : cannot remove file
2008 Dec 16
1
odfWeave learning resources
In general I try not to post questions to forums until I've tried my best to read about them in the available documentation. I recently undertook a project that used odfWeave and have been very pleased with the package. But, the R help documentation suggests that there are more sophisticated things I can do - for example, with conditionally formatted tables. Can anyone point me to