Displaying 10 results from an estimated 10 matches for "pocernic".
Did you mean:
pocernich
2004 Jul 27
1
lattice.device in loop
Hi,
I am having problems creating a pdf file of a lattice graph. Things work
fine for a single image, but I am having trouble using the commands in a
loop. To illustrate by example
This works with both ps and pdf files.
dat = list(x= 1:10, y = 1:10)
trellis.device(postscript, file = "/d1/pocernic/test.ps")
xyplot(y~x, data = dat)
dev.off()
This does not. It produces a very small, non working output file.
for(i in 1:1){
trellis.device(postscript, file = "/d1/pocernic/test.ps")
xyplot(y~x, data = dat)
dev.off()
}
Really, I would like something like this to prod...
2002 Dec 09
2
netcdf
...on, I am wondering if this might be due to a
difference between netcdf version 2 and more recent netcdf format? I've
tried using different values for the count option without luck. I have
had success reading this file into matlab.
> library(netCDF)
> aaa<- open.netCDF("/scratch/pocernic/int_fcst.20021201.0010.nc")
> class(aaa)
[1] "netCDF"
> summary(aaa)
netCDF file /scratch/pocernic/int_fcst.20021201.0010.nc is open
$types
[1] "integer" "numeric" "numeric" "integer" "integer" "integer" "single&...
2005 Sep 22
2
Survey of ROC AUC / wilcoxon test functions
Hi,
I was lately debugging parts of my 'colAUC' function in caTools package, and
in a process looked into other packages for calculating Areas Under ROC
Curves (AUC). To my surprise I found at least 6 other functions:
* wilcox.test
* AUC from ROC package,
* performance from ROCR package,
* auROC from limma package,
* ROC from Epi package,
* roc.area from verification
2004 Oct 04
0
verfication package announcement
...tten in general terms to be
applicable to other fields of study. Functions include
receiver operating characteristic curves
attribute diagrams
reliability plots
spatial scale and frequency plots
conditional quantile plots and more.
Suggestions and comments on the package can be directed to me at
pocernic at ucar.edu. More information on verification (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
__________________...
2004 Oct 04
0
verfication package announcement
...tten in general terms to be
applicable to other fields of study. Functions include
receiver operating characteristic curves
attribute diagrams
reliability plots
spatial scale and frequency plots
conditional quantile plots and more.
Suggestions and comments on the package can be directed to me at
pocernic at ucar.edu. More information on verification (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
__________________...
2003 Dec 19
2
generic/method consistency
...eneric/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 Pocernich
NCAR - Research Applications Program
303-497-8312
2003 Jan 22
1
Convert numeric value to POSIXct
...-01-01 15:00:00 MDT"
> ddd<- as.numeric(ccc);
> ddd
[1] -788842800
> format.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
2003 Jun 06
1
layout problem
...)
nn<- layout(matrix(c(0,1), nrow = 1), widths = c(1,4))
plot(0,0)
mtext("Sample graph", outer = TRUE, line = 1, cex = 2)
par(op)
}
practice() # works 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
2004 Jul 28
2
lattice variable by page
...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
Matt Pocernich
NCAR - Research Applications Program
303-497-8312
2004 Mar 04
2
lattice, different plotting symbols
...e's for 'll.prob'?
Thanks, Matt
xyplot( prob + ll.prob ~ time.eff |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