search for: ndice

Displaying 5 results from an estimated 5 matches for "ndice".

Did you mean: dice
2011 Nov 17
3
Named rows in a table (data frame) read from a file
...no e 59.75 93 900 5 1.9 yes As it is seen, the rows have a name. However I don't know how to access a particular element from that name, for instance, > attach(F1) > Price [1] 52.00 54.75 57.50 57.50 59.75 > Price[["a"]] Error en Price[["a"]] : sub?ndice fuera de los l?mites > Price$a Error en Price$a : $ operator is invalid for atomic vectors > Price['a'] [1] NA > Price["a"] [1] NA If I cannot access particular elements of the frame components by the row names, is there any use of having the rows named? Thanks, Serg...
2009 Feb 02
4
New to R
Hello All, A colleague of mine started working with R and out of curiosity I did some research on the language. Very nice. In my opinion this is one of the best languages I've found for getting tasks I'm interested in done. I wrote this simple die roller and was curious to know if it is R enough. ############################################################################## #
2008 Dec 31
1
Instalación de WinEdt para R
...iblioteca compartida 'C:/ARCHIV~1/R/R-27~1.0/library/RWinEdt/libs/RWinEdt.dll': LoadLibrary failure: No se encontró el proceso especificado. Error en library(RWinEdt) : .First.lib failed for 'RWinEdt' también lo intente con: > install.packages("RWinEdt") Error: subíndice fuera de los límites Además: Hubo 47 avisos (use warnings() para verlos) pero no funcionó ¿qué debo hacer? Gracias de antemano. [[alternative HTML version deleted]]
2010 Oct 08
6
Selección de observaciones
Hola a todos. Estoy atascado en un sitio que no me he encontrado antes, debe ser fácil y rápido, a ver si alguien me puede ayudar. Puesto fácil, tengo: > aa <- matrix(11:19,3,3) > aa [,1] [,2] [,3] [1,] 11 14 17 [2,] 12 15 18 [3,] 13 16 19 Quiero la fila cuyo primer elemento es 12 y el segundo 15. > aa[aa[,1:2] == (c(12,15)),] Error: (subscript) logical
2015 Jul 02
3
Pregunta sobre RMarkdown
Hola, ¿qué tal? Lo que puedes hacer es que tu fichero Rmd lea el parámetro de un fichero externo. Entonces, creas un script que: 1) Actualice el valor del índice en ese fichero externo. 2) Compile el Rmd y le dé el nombre que te interesa. 3) Vuelva a (1). Salud, Carlos J. Gil Bellosta http://www.datanalytics.com El día 2 de julio de 2015, 16:08, David Duncan <dhduncan1975 en gmail.com> escribió: > Francisco, > > ¿Así que todo que quiere...