Displaying 20 results from an estimated 1100 matches similar to: "Upgrade=Broken x86_64"
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.
2013 Sep 06
3
Problema con filtros de datos en un data.frame
Me funciono perfecto, muchas gracias Carlos ... si no es mucha la
molestia, alguien podria explicarme la diferencia tecnica entre ambos
signos, y porque == produce el resultado que produce ? en que casos
deberia usar == y en que casos %in% ... cual es el significado de cada
uno ?
Disculpen que no me conforme solo con obtener el resultado adecuado, es
solo que no me suena logico que == no
2001 May 22
2
Inverse Gaussian distribution
I needed to generate some data from the Inverse Gaussian distribution
but it is not in R. A google search took me to
http://www.maths.uq.edu.au/~gks/s/invgauss.html
which contains the documentation for the d, p, r, q functions with a
download link of the functions. The functions work fine in R.
I am curious why the facilities are not included in R. Is it for
legal reasons or just the
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
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
>
2004 Sep 16
1
ERROR[16384]: chan_h323.c:1987 load_module: Gatekeeper registration failed
I'm trying to configure Chan_H323 to register with GnuGK... without
success... i've failed finding sample configurations.
I'd greatly appreciate anyone who can provide sample config of H323.conf
and gnugk.ini
I am tyring to configure Asterisk as a neighbor in GnuGK.
I'm always getting this error on Asterisk.
ERROR[16384]: chan_h323.c:1987 load_module: Gatekeeper registration
2003 Dec 19
2
generic/method consistency
Hi,
I realize the answer is very likely in the section Generic functions and
methods (or Adding new generics), but I'm not clear what to do with the
following. Running R CMD check, I get the following warnings for my
generic functions. Does this mean I need the argument
* checking generic/method consistency ... WARNING
leps:
function(x, ...)
leps.default:
function(x, pred, titl,
2002 Jul 26
2
Windows NT/2000/XP printer driver downloading
Hi,
I am new to the Samba world. I have a question regarding the Windows
NT/2000/XP automatically printer driver downloading.
Do we, the Sysadmins, have to set up different printer entries in
smb.conf to tell the Windows NT/2000/XP end users to use different
printer drivers for their systems? Or Does the Samba have the capability
of automatically identifying client OS, then download different
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
2013 Jul 12
2
Eliminar filas que cumplen con mas de un criterios simultaneamente ...
Hola de nuevo. Leí mal. Si vas a eliminar esas filas, entonces usa:
sqldf("select * from graph where sol!='lim' and dia!=2")
En el correo anterior seleccioné precisamente a esas descartando a las
demás.
Culpa de mis anteojos... jeje.
On Fri, Jul 12, 2013 at 5:20 PM, Freddy Omar López Quintero <
freddy.vate01@gmail.com> wrote:
> Hola.
>
>
>> Tengo que
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
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.
2002 Feb 28
1
multiple replications of a ts
Hello
I have several replicates (30) of a -- short -- time series (19 obs) and
I'd like to estimate the first few lags autocorrelation 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
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
2004 Mar 04
2
lattice, different plotting symbols
Hi,
I am trying to plot different variables from a data.frame using lattice's
xyplot using code like that below. How do I specify a symbol and color
for the variable 'prob' and different one'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 ,
2006 Jun 03
6
Remote reboot problem
Don't know if this might be hardware or software related, but it seems
that every time I attempt to do a remote reboot of the machine,
everything shuts down normally, and it never comes back. Just returned
from the co-lo site, and when I plugged the monitor in, it had gone to
the point of "rebooting" and hung. This is 4.3 on x-86.
Sam
--
Sam W.Drinkard -- sam at wa4phy.net
1998 Dec 07
1
[Trouble #6512] Samba shares not accessible
Hi,
We're running Samba version 1.9.16p2 under Solaris 2.5.1 (w HW update 11/97).
Our PCs run Windows95 with Network Neighborhood and a few have been upgraded to
Windows98. I am currently looking at upgrading to Samba 1.9.18p10.
On Fri., 12/4 one of our users reported when she selecting Entire Network she
received the error "Unable to browse the network. The specified computer
2002 Jan 04
1
plotting maps?
I thought I had plotted a map of oregon and washington and overlayed some
points using R. Is that possibe since I can't seem to find the source file I
used or commands for plotting maps and points?
If not, sorry for the bother...
Thanks,
Jeff.
Jeff D. Hamann
Hamann, Donald & Associates, Inc.
PO Box 1421
Corvallis, Oregon USA 97339-1421
Bus. 541-753-7333
Cell. 541-740-5988
jeff_hamann
2003 Oct 19
2
problem with win.metafile( ): traceback()
For the first error message:
> win.metafile(file = "//.../plot1.wmf",
+ width = 8.5, height = 6.25)
> lset( list( background = list(col = "white")))
Error in get(x, envir, mode, inherits) :
variable "win.metafile://.../plot1.wmf" was not found
> traceback()
4: get(device)
3: trellis.device(device = .Device, new = FALSE)
2: trellis.par.get(item)
1:
2006 Feb 17
3
Windows metafile problem
Hi All:
I'm using win.metafile() to produce windows metafiles.
When I use Word to insert the wmf picture, Word gives an error!
I did my homework in posting this question, and couldn't find a fix.
Any suggestions?
Phil Smith
CDC