search for: ltiplo

Displaying 6 results from an estimated 6 matches for "ltiplo".

2013 Apr 29
3
rbinding some elements from a list and obtain another list
...(mylist) > > f<-function(x){ + for (i in seq(1,length(names(x)),2)){ + aa[i]<-do.call(rbind,x[i:i+1]) + list(aa[i]) + }} > bb<-f(mylist) Mensajes de aviso perdidos 1: In aa[i] <- do.call(rbind, x[i:i + 1]) : número de items para para sustituir no es un múltiplo de la longitud del reemplazo 2: In aa[i] <- do.call(rbind, x[i:i + 1]) : número de items para para sustituir no es un múltiplo de la longitud del reemplazo 3: In aa[i] <- do.call(rbind, x[i:i + 1]) : número de items para para sustituir no es un múltiplo de la longitud del reemplazo 4...
2008 Feb 15
2
storing ggplot objects as components of a vector
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080215/8098356a/attachment.pl
2010 Oct 28
1
Unexpected behabiour of min, tapply and POSIXct/POSIXlt classes?
....times.lt <- as.POSIXlt( my.times ) min( my.times.lt ) ## [1] "2010-10-28 18:52:17 CEST"; good! tapply( my.times.lt, my.period, min ) # $a # [1] 17.449 # # $b # [1] 52 # # Mensajes de aviso perdidos # In ansmat[index] <- ans : # n?mero de items para para sustituir no es un m?ltiplo de la longitud del reemplazo # # ?? :( ############# End of the script #################### Here are the details of my session (as reported by sessionInfo): R version 2.12.0 (2010-10-15) Platform: i386-pc-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain....
2013 Apr 12
1
A strange behaviour in the graphical function "curve"
...erpreter and issues several error messages: Error en curve(miBeta, xlim = c(370, 430), xlab = "mu", ylab = "L(mu)") : 'expr' did not evaluate to an object of length 'n' Adem?s: Mensajes de aviso perdidos In x - mu_p : longitud de objeto mayor no es m?ltiplo de la longitud de uno menor Do you have any idea on why "curve" behaves this way? Thanks, -Sergio.
2010 Sep 10
1
Problem importing square character
...L","NULL",NA,"NULL","NULL"),quote="",comment.char="",skip=1,fill=TRUE) If I exclude "fill=TRUE", R gives the message Warning message: In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : nmero de itens no mltiplo do nmero de colunas (number of itens is not multiple of number of columns) I identified that the problem is the following line of my data (line 57659 of my file): 13850074571^01/01/1940^00000000000^93101104^^^1^01/05/2006^30/06/2006^13479^13479^13479^0^0^0^0^^66214-Previdncia privada fechad...
2012 Aug 26
4
error type
Hi, I am trying plot a grafic but generates an error: Erro em plot.default(xlim, ylim, type = "n", ann = FALSE, axes = FALSE, : argumento formal "type" corresponde a múltiplos argumentos especificados DATA: 44 40 39 38 0 7 7 1030 57 37 5146 40 41 4737 34 36 2636 28 33 3738 26 28 2742 38 36 3636 27 22 2853 43 33 40 plot(dados[1],type="o",pch=21, axes=FALSE,xlab="year",ylab="cases")lines(dados[2], type="o", pch=22)lines(dados[3]...