[R] lattice plots - variables in columns

2006-12-04 Thread Matt Pocernich
I an using xyplot in lattice. I have data in a dataframe. Some columns contains data, each from a different group. Is there a direct way to specify a range of column names as a grouping variables? Currently, I am stacking the data and creating a column with names. Thanks, Matt -- Matt

[R] lower case Greek letters

2005-12-08 Thread Matt Pocernich
! 7 alpha - omega Capital greek letters so I suspect it may have something to do with my system, but I am at a loss as to what. Any suggestions as to what to check would be appreciated. I am running R version 2.1.0 on Debian Linux - version sarge. Thanks, Matt -- Matt Pocernich R

Re: [R] Survey of ROC AUC / wilcoxon test functions

2005-09-22 Thread Matt Pocernich
ou later. Matt ( verification package) Matt Pocernich NCAR - Research Applications Program 303-497-8312 __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] [R-pkgs] verfication package announcement

2004-10-09 Thread Matt Pocernich
(with a somewhat meteorolgical perspective) can be found at http://www.bom.gov.au/bmrc/wefor/staff/eee/verif/verif_web_page.html. Thanks, Matt # Matt Pocernich NCAR - Research Applications Program 303-497-8312 ___ R-packages

[R] lattice variable by page

2004-07-28 Thread Matt Pocernich
Hi, Using lattice's xyplot, is it possible to specify a variable to group plots by page. For example, if I have xyplot(y~x|A*B*C) could I get a page created for each unique value in variable C ? I am hoping to avoid having pages with the same strip above each plot on a page. Thanks, M

[R] lattice.device in loop

2004-07-27 Thread Matt Pocernich
ke this to produce a large, appended file made from different large datasets. This doesn't work either. trellis.device(postscript, file = "/d1/pocernic/test.ps", onefile = TRUE) for(i in 1:5){ xyplot(y~x, data = dat) } dev.off() Any thoughts would be welcomed. Matt Pocernich N

[R] lattice, different plotting symbols

2004-03-04 Thread Matt Pocernich
stat.id + time.out ,data = OUT, allow.multiple = TRUE, layout = c(6,3), as.table = TRUE , panel = function(x,y){panel.abline(h = 0) panel.xyplot(x,y)}, strip = TRUE, ) Matt Pocernich NCAR - Research Applications Program 303-497-8312 ___

[R] generic/method .. find.package

2004-02-13 Thread Matt Pocernich
les ... OK * checking for undocumented objects ... ERROR Error in .find.package(package, lib.loc) : Matt Pocernich NCAR - Research Applications Program 303-497-8312 __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEA

[R] disregard last message generic method/ consistency

2003-12-19 Thread Matt Pocernich
I think I got it and meant to cancel the last message, not send it. Thanks, Matt Pocernich NCAR - Research Applications Program 303-497-8312 __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

[R] generic/method consistency

2003-12-19 Thread Matt Pocernich
neric/method consistency ... WARNING leps: function(x, ...) leps.default: function(x, pred, titl, plot) reliability.plot: function(x, ...) reliability.plot.default: function(x, obar.i, prob.y, titl, mod.names) summary: function(object, ...) summary.prob.bin: function(object) Matt Poce

[R] layout problem

2003-06-06 Thread Matt Pocernich
fine. par(mfrow = c(2,2)) practice() practice() practice() practice() ## produces 4 graphs on seperate pages. Thanks. Matt Matt Pocernich NCAR - Research Applications Program 303-497-8312 __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] Convert numeric value to POSIXct

2003-01-22 Thread Matt Pocernich
I found my error. I was using cbind to connect a vector of POSIXct values and numeric values. Doing this caused the POSIXct format of the date vector to be lost. By correctly connecting them with data.frame, this was not a problem. Thanks, Matt Pocernich NCAR - Research Applications Program

[R] Convert numeric value to POSIXct

2003-01-22 Thread Matt Pocernich
mat.POSIXct(ddd) Error in format.POSIXct(ddd) : wrong class > as.POSIXct(ddd) Error in as.POSIXct.default(ddd) : Don't know how to convert `ddd' to class "POSIXct" > Thanks, Matt Matt Pocernich NCAR - Research Applications Program 303-497-8312 ___