search for: nins

Displaying 20 results from an estimated 76 matches for "nins".

Did you mean: ins
2010 Aug 05
4
A %nin% operator?
Sometimes I write code like this: > qf.a <- subset(qf, pubid %in% c(104, 106, 107, 108)) > qf.b <- subset(qf, !pubid %in% c(104, 106, 107, 108)) and I get a little worried that maybe I've remembered the precedence rules wrong, so I change it to > qf.a <- subset(qf, pubid %in% c(104, 106, 107, 108)) > qf.b <- subset(qf, !(pubid %in% c(104, 106, 107, 108))) and pretty
2005 Apr 02
2
Solaris10/amd64 + SunSutio Compile (PR#7767)
Full_Name: Teru KAMOGASHRIA Version: 2.0.1 OS: SunOS sun 5.10 Generic i86pc i386 i86pc Submission from: (NULL) (219.5.176.24) rbinom.c cannot be compiled because of the casting problem. /opt/SUNWspro/bin/cc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -g -c rbinom.c -o rbinom.o "rbinom.c", line 60: operand must have real
2013 Apr 23
2
Problemas con NA y el calculo de un promedio ponderado
...la naturaleza del calculo (un promedio ponderado) si existe un NA se puede simplemente ignorar, pero no se como hacerlo. adjunto el codigo y los archivos a ver si me dan una mano para evitar hacer esos calculos a mano ui1 <- (mean(graph[graph$sol=="con" & graph$dia==1 & graph$NIns==1, 7],na.rm = TRUE) + mean(graph[graph$sol=="con" & graph$dia==1 & graph$NIns==2, 7],na.rm = TRUE)*2 + mean(graph[graph$sol=="con" & graph$dia==1 & graph$NIns==3, 7],na.rm = TRUE)*3)/100 uno nunca explica bien lo que pasa o quiere hacer, asi es que cualquier du...
2008 Mar 05
4
NIN Ghosts music (free download) safe for MOH?
Is the new NIN Ghosts music (free download) safe for MOH? Justin ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Sep 16
4
FW: How do I insert a newline in my title in a plot?
yes I have tries, and nothing. It just shows the strings with the slashn, just like i typed it. -----Original Message----- From: Rashid Nassar [mailto:rnassar at duke.edu] Sent: ÐÝì?ôç, 16 Óå?ôåìâñßïõ 2004 15:44 To: Christos Rodopoulos Subject: Re: [R] How do I insert a newline in my title in a plot? Have you not tried what you have already suggested: title("this is a title\nIn 2
2016 Aug 07
1
Quote symbol names under EXPORTS in tmp.def on Windows
I originally posted on this topic on a different thread: https://stat.ethz.ch/pipermail/r-devel/2016-August/072938.html These sources suggested that a safe practice might be to put double quotes around symbol names in EXPORTS in case the symbol name is the same as a linker keyword: - https://sourceware.org/binutils/docs/ld/Symbols.html#Symbols -
2010 Aug 01
0
ScrapeR Unanticipated XML objects
Dear All, I have come across a very surprising result as I have started to learn how to use R to pull data from the web for analysis. I am trying to isolate that table headers for the quarterly income statement (qtrinc) that I pulled from Google finance. I executed the following commands after installing the scrapeR package. require(scrapeR)
2013 Sep 06
2
Problema con filtros de datos en un data.frame
...a: 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 160s 0 s 0.6476428 1 <NA> 20 con 0.001 1 160s 0 s 0.6094205 2 <NA&...
2013 Sep 06
3
Problema con filtros de datos en un data.frame
...o 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 160s 0 s 0.6476428 1 <NA> >> 20 con 0...
2004 Oct 17
1
FW: Plotcorr: colour the ellipses to emphasize the differences
-----Original Message----- From: Duncan Murdoch [mailto:murdoch at stats.uwo.ca] Sent: ned 2004-10-17 15:34 To: Gorjanc Gregor Cc: r-help at stat.math.ethz.ch Subject: Re: [R] Plotcorr: colour the ellipses to emphasize the differences On Sun, 17 Oct 2004 02:51:58 +0200, "Gorjanc Gregor" <Gregor.Gorjanc at bfro.uni-lj.si> wrote: [removed old stuff] >>I would also like to
2016 Jul 28
0
Creating shared object with BASE in EXPORTS on Windows
I am building shared objects on Windows system with BASE as a name in the shared object. When BASE appears under EXPORTS in tmp.def file, R CMD SHLIB doesn't succeed. This happens on Windows but not Mac or Ubuntu. Minimal examples: //////////////////////////////////////// This code builds fine //////////////////////////////////////// void base(int *nin, double *x) { int n = nin[0]; int
2014 Aug 28
2
problema al copiar datos de tipo caracter de un archivo a otro
...,5,5) # para comenzar a leer los datos desde el C16:0 j <- 1 while (tmp[j,3] != max(tmp[,3])) { j <- j + 1 } # para tomar los datos del archivo for (j in j:nrow(tmp)) { if (tmp[j,7] %in% c(16,18)) { # NCarb dat[k,5] <- tmp[j,7] # Nins dat[k,6] <- tmp[j,8] # isom tmp[j,9] <- as.character(tmp[j,9]) dat[k,7] <- tmp[j,9] #area dat[k,8] <- tmp[j,5] k <- k + 1 } j <- j + 1 } i <- i + 1 } # write.table(dat, "/home/neo/Documents/Dropbox2/Tesis/4tesis...
2011 Jan 08
2
Idea to possibly improve flac?
On Jan 7, 2011, at 18:08, Declan Kelly wrote: > On Fri, Jan 07, 2011 at 05:11:26PM -0800, brianw at sounds.wa.com wrote: > [NIN 24/96] > >> Thanks! That's interesting to note. I think that I ended up with >> the true 24/96 files, but I am curious: How do you tell whether you >> have the full 24/96 or not? > > Extract to WAV, do a hex dump, and look for
2016 Aug 02
0
Creating shared object with BASE in EXPORTS on Windows
It looks like `BASE` is a keyword in the .def file specification. https://github.com/bminor/binutils-gdb/blob/master/ld/deffilep.y#L241-L268 For several keywords, I could replicate the syntax error from ld.exe when the keyword was listed in EXPORTS in the .def file. As far as I can tell, the dllname-win.def file is a must in this case making sure none of the keywords get exported there.
2011 Jan 08
5
Idea to possibly improve flac?
Lots of comments throughout this one... On Jan 7, 2011, at 15:28, Declan Kelly wrote: > On Fri, Jan 07, 2011 at 02:22:51PM -0800, brianw at sounds.wa.com wrote: >> However, you should be aware that many modern producers use software >> to create their music, and when the software stores sound clips in >> MP3 format, what you end up with is music that sometimes looks like
2004 Sep 16
0
FW: FW: How do I insert a newline in my title in a plot?
platform: Linux Mandrake 10.0 AMD processor, X11 graphics with XFree latest, R version 1.9.1 home-compiled. -----Original Message----- From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] Sent: ??????, 16 ??????????? 2004 16:27 To: Christos Rodopoulos Cc: 'R-help at stat.math.ethz.ch' Subject: Re: FW: [R] How do I insert a newline in my title in a plot? On Thu, 16 Sep 2004,
2013 Sep 10
1
Problema con filtros de datos en un data.frame
...or 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 160s 0 s 0.6...
2013 Sep 06
0
Problema con filtros de datos en un data.frame
...e 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 160s 0 s 0.6476428 1 <NA> > 20 con 0.001 1 160s 0...
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.7232...
2009 Oct 05
2
Loop function/comparison operator problem
Hi There, I have created the following function format<- function(){ repeat { form<-readline(paste("\nIn what format do you want to save these plots?\nChoose from: wmf, emf, png, jpg, jpeg, bmp, tif, tiff, ps, eps, or pdf.\nNote: eps is the suggested format for publication quality plots.\nPlot format --> ")); cat("\nI'm sorry, I don't know what that format