Displaying 20 results from an estimated 47 matches for "ncar".
Did you mean:
car
2013 Sep 06
3
Problema con filtros de datos en un data.frame
...ados, tengo el siguiente problema: estoy trabajando con un
>> data.frame que tiene 892 filas y 9 columnas, el cual adjunto para que
>> puedan probar.
>>
>> Cuando consulto por las filas que cumplen una cierta condicion, por
>> ejemplo, ...
>>
>> graph[graph$NCar==c("160s"),]
>>
>> obtengo el siguiente conjunto de datos:
>>
>> sol con dia NCar NIns isom area rep tipo
>> 1 con 0.001 1 160s 0 s 0.6083543 1
>> 8 con 0.001 2 160s 0 s 0.6388484 1 <NA>
>> 10 con 0.001...
2013 Sep 10
1
Problema con filtros de datos en un data.frame
Muchas gracias por la explicación Isidro!
El 10 de septiembre de 2013 08:19, Isidro Hidalgo <ihidalgo@jccm.es>escribió:
> Cuando utilizas "==" estás comparando el vector "graph$NCar" (longitud 892)
> con otro de longitud 2: c("160s","180s").
> Es decir, comparas el primer valor de "graph$NCar" con el primer valor de
> c("160s","180s"), el segundo valor de "graph$NCar" con el segundo valor de
> c("...
2013 Sep 06
2
Problema con filtros de datos en un data.frame
Estimados, tengo el siguiente problema: estoy trabajando con un
data.frame que tiene 892 filas y 9 columnas, el cual adjunto para que
puedan probar.
Cuando consulto por las filas que cumplen una cierta condicion, por
ejemplo, ...
graph[graph$NCar==c("160s"),]
obtengo el siguiente conjunto de datos:
sol con dia NCar NIns isom area rep tipo
1 con 0.001 1 160s 0 s 0.6083543 1
8 con 0.001 2 160s 0 s 0.6388484 1 <NA>
10 con 0.001 3 160s 0 s 0.6873404 1 <NA>
13 con 0.001 4 1...
2013 Sep 10
0
Problema con filtros de datos en un data.frame
Cuando utilizas "==" estás comparando el vector "graph$NCar" (longitud 892)
con otro de longitud 2: c("160s","180s").
Es decir, comparas el primer valor de "graph$NCar" con el primer valor de
c("160s","180s"), el segundo valor de "graph$NCar" con el segundo valor de
c("160s","18...
2013 Sep 06
0
Problema con filtros de datos en un data.frame
...com> escribió:
> Estimados, tengo el siguiente problema: estoy trabajando con un
> data.frame que tiene 892 filas y 9 columnas, el cual adjunto para que
> puedan probar.
>
> Cuando consulto por las filas que cumplen una cierta condicion, por
> ejemplo, ...
>
> graph[graph$NCar==c("160s"),]
>
> obtengo el siguiente conjunto de datos:
>
> sol con dia NCar NIns isom area rep tipo
> 1 con 0.001 1 160s 0 s 0.6083543 1
> 8 con 0.001 2 160s 0 s 0.6388484 1 <NA>
> 10 con 0.001 3 160s 0 s 0.6873404...
2005 Oct 18
2
Upgrade=Broken x86_64
I just completed the upgrade of everything, and after a reboot, I have
got some broken software. I am getting error messages from the NCAR
command language that "Specified Workstation is NOT Open. In addition,
a system call to opngks_() could not open "wrf_mass_plots.ncgm" which is
the file it needs to read to produce the metafile.
What changed that would cause software to think the workstation is not
open?
Next qu...
2003 Dec 19
2
generic/method consistency
...hod 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
2002 Jul 26
2
Windows NT/2000/XP printer driver downloading
...on about this issue, it seems to me
that Samba uses cookies to identify the client OS. But my understanding
could be wrong.
Currently we have Samba 2.2.3-pre on Solaris 8, and we are testing Samba
2.2.5 for Solaris 8 on another machine.
Thanks for your help.
Frank Ling
Systems Administrator
UCAR/NCAR/ATD
2005 Sep 02
2
Incompatible Libraries
Fellow users,
I'm running into some rather odd behavior trying to compile some
software, and would like to know if there is maybe a fix or if I should
revert back to a 32-bit version of Centos.
I'm trying to compile NCAR Graphics, as well as some other weather
related software on this machine which is running the Centos 4.1 x86-64
version. It's a dual Xeon processor. I've installed all the required
rpms, i.e., xdevel, xaw, etc. The problem I'm seeing is during linking
of the various packages, whe...
2013 Jul 12
3
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Estimada comunidad, tengo el siguiente problema:
Un data.frame con muchas filas de las que debo eliminar aquellas que
cumplen varios criterios al mismo tiempo. Por ejemplo este data.frame:
sol con dia NCar NIns isom area rep tipo
1 con 0.001 1 160s 0 s 6.083543e-01 1
2 con 0.001 1 161c 1 c 1.391274e-03 1 <NA>
3 con 0.001 1 161c 1 c 2.812804e-03 1 <NA>
4 con 0.001 1 180s 0 s 3.791027e-01 1 <NA>
619 lim 0.003 2 160s 0 s 5...
2013 Jul 12
2
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
...Hola.
>
>
>> Tengo que eliminar las filas cuya columna SOL dice LIM y cuya columna
>> DIA dice 2.
>>
>
> Prueba con:
>
> >library(sqldf)
> >graph<-sqldf("select * from graph where sol='lim' and dia=2")
>
> sol con dia NCar NIns isom area rep tipo
> 1 lim 0.003 2 160s 0 s 0.572323700 1 <NA>
> 2 lim 0.003 2 161t 1 t 0.010960770 1 <NA>
> 3 lim 0.003 2 161c 1 c 0.003896926 1 <NA>
> 4 lim 0.003 2 190s 0 s 0.013402530 1 <NA>
> 5 lim 0.003...
2002 Feb 28
1
multiple replications of a ts
...n function.
Is there an immediate way of handling multiple realizations when computing
the ACF in R?
I'm using R-1.4.1 on a Linux Debian box.
Thanks in advance
claudia
-------------------------------------------------------------------------
claudia tebaldi NCAR RAP
project scientist P.O. Box 3000
(303) 497-2830 Boulder, CO 80307
--------------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-hel...
2004 Jul 27
1
lattice.device in loop
...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
NCAR - Research Applications Program
303-497-8312
2011 Jul 03
1
Isolines in vector format
Dear R users,
I am working with netcdf data of NCEP/NCAR Climate Reanalysis. R does
have capability to draw isolines using "contour". However, I need not
to draw but to export contours in any vector format. Is it possible?
Thank you.
2004 Mar 04
2
lattice, different plotting symbols
...r '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
2005 Jul 06
0
download.file() yields incomplete files with method="internal" (PR#7991)
...warnings (use warnings() to see them)
> warnings()
Warning messages:
1: RxmlNanoFTPGetMore : read 82 [0 - 82]
2:
<<<
220-----------------------------------------------------------------------------
--
3: RxmlNanoFTPGetMore : read 77 [82 - 159]
4:
<<<
220-malbec.atd.ucar.edu: NCAR/ATD SE host, for official NCAR business only.
---
--
5: RxmlNanoFTPGetMore : read 512 [0 - 512]
6:
<<<
220-
220- *** National Center for Atmospheric Research ***
220- *** Atmospheric Technology Division ***
220-
220- *** Use of th...
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
1998 Dec 07
1
[Trouble #6512] Samba shares not accessible
...mb.conf, same error.
The file is currently where it was prior to any mods this past week, but that
still does not address any possible conflicts with the Solaris 2.5.1 Hardware
Upgrade.
TIA for any help you can provide.
Kitty
--Kitty Ferguson System Administrator - CSMT
ferguson@hao.ucar.edu NCAR - High Altitude Observatory
tel: (303)497-1556 P.O. Box 3000
fax: (303)497-1589 Boulder, CO 80307-3000
2001 Oct 29
2
times 'til first change
.......
because for the series of 1's starting in the 5th position I really don't
know if the switch happened at the 8th or at the 9th step.
thanks in advance
claudia
-------------------------------------------------------------------------
claudia tebaldi NCAR RAP
project scientist P.O. Box 3000
(303) 497-2830 Boulder, CO 80307
--------------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-he...
2004 Oct 04
0
verfication package announcement
...estions 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
_______________________________________________
R-packages mailing list
R-packages at stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-packages