similar to: usar partial=TRUE en rake

Displaying 20 results from an estimated 100 matches similar to: "usar partial=TRUE en rake"

2008 Nov 04
1
perform Kruskal-Wallis test without using the built-in command in R
Hi, again i am stuck in my presentation, and i have never learn R before in my life but need this to be done, so please help me out for a favour: http://www.nabble.com/file/p20333155/kew.dat kew.dat run this in R and these comes up: Month Year Rain 1 Jan 1900 74.400000 2 Feb 1900 80.500000 3 Mar 1900 23.600000 4 Apr 1900 23.600000 5 May 1900 25.100000 6
2011 Apr 05
0
lorena
Dear I would like to know how to use the Croston method in R, consaltarte if I download a package? personally work the series as a SARIMA In the present instalment have many values zeros proposed the following model, but I have many doubts with his predictions. M3 = arima (d1, order = c (2,1,4), n. ahead = 4, seasonal = list (order = c (2,1,4), period = 4)) where D1 = diff (series) Many
2009 Jan 22
1
subset exact values
Hi- I need to subset the following data by the column 'dal' for values that equal the regular interval seq(0, 150, by=0.5) exactly.... ....excluding rows with irregular 'dal' values such as c(2.888958, 2.891620), etc. data<-data.frame(id=id, dal=dal, date=date, mu.x=mu.x) $dal [1] 0.000000 0.500000 1.000000 1.500000 2.000000 2.500000 2.888958 2.891620 3.000000 3.245405
2004 Apr 07
4
Problems with rlm
Dear all, When calling rlm with the following data, I get an error. (R v.1.8.1, WinXP Pro 2002 with service pack 1.) > d <- na.omit(data.frame(CPRATIO, HEIGHTZ, FAMILYID)) > c <- tapply(d$CPRATIO, d$FAMILYID, mean) > h <- tapply(d$HEIGHTZ, d$FAMILYID, mean) > c 1 2 3 6 7 9 10 11 6.000000 2.500000 3.250000
2009 Mar 09
0
Usar R desde Matlab
Hola, He estado utilizando un paquete en Matlab para llamar a R ( http://www.mathworks.com/matlabcentral/fileexchange/5051 ). Es muy sencillo y en cinco minutos he conseguido ejecutar funciones de R. Basta con instalar este paquete en el directorio de trabajo y podremos ver unas funciones para enviar variables a r y trabajar desde matlab. Un ejemplo sería este: >> openR >> a =
2023 Jul 21
0
Como usar la IA en Recursos Humanos
? ?nteligencia ?rtificial ? ?Y si te dijera que existe una herramienta que te puede ayudar a optimizar y mejorar tu rendimiento y tus procesos laborales basado en datos? Las empresas que usan IA: Aumentan un 40% su productividad Aumentan un 35% su retenci?n de empleados Ahorros de tiempo de hasta el 60% en gesti?n de n?minas Reducci?n en el tiempo de encontrar nuevos talentos y mejora de la
2011 Jul 18
2
Cómo usar dynGraph
¿Alguien ha utilizado el paquete dynGraph? ¡No logro nada! Gracias anticipadas Jorge *************************************************************************************************** 1 de Agosto de 1961, creación del Ministerio del Transporte. [[alternative HTML version deleted]]
2007 Nov 16
0
Odp: R: ave and quantile
Hi Patrick Hausmann <c18g at uni-bremen.de> napsal dne 15.11.2007 18:59:06: > Hello Petr, > > one question solved, the next is standing in front of me... If you > have a minute to look .... great! > > > x > V1 V2 F1 > 1 A 2 0.1552277 > 2 A 3 0.1552277 > 3 A 4 0.1552277 > 4 B 3 0.8447723 > 5 B 2 0.8447723 > 6 C 6 0.2500000
2016 Sep 06
2
usar un for para cambiar indice
Estimados usuarios-de-R: Tengo un problema. Si por ejemplo tengo una lista conformada por la serie historia del PBI de 10 paìses. >Tiempo <- seq(1:100) >plot(Tiempo, PP$"Serie 1", type="l",col="1") >lines(Tiempo, PPcapita$"Serie 2") >lines(Tiempo, PPcapita$"Serie 3") >lines(Tiempo, PPcapita$"Serie 4")
2015 Jun 05
3
usar Selenium para web scraping
Hola. Tengo que bajarme varias tablas del INE y necesito interactuar con el navegador. Ví el fantástico post que escribió Gregorio Serrano (que la tierra le sea leve), en http://www.grserrano.net/wp/2014/01/relenium-el-siguiente-nivel-de-web-scraping-con-r/ y estoy intentando reproducirlo para aprender como funciona relenium Pero relenium me da error después de if(!require(relenium))
2007 Jul 27
1
exporting character vector to text files
R-help, I have a character vector whose elements are the names of matrixes. Something like this: > test <- ls(pattern="Oki") [1] "aaOki" "aOki" "bOki" "c1Oki" "c2Oki" "c3Oki" "cOki" "dOki" "eOki" "fOki" "gprsOki" "hOki"
2015 Jun 05
2
usar Selenium para web scraping
Estimado José Luis Cañadas En lo personal el trabajo de Gregorio que cita Carlos me fue de mucha ayuda, lo único que Rselenium tiene un comportamiento algo extraño, mi problema es en dos líneas, la primera sobre ejemplos que no funcionan (algo cambió), pero la importante es sobre mi trabajo, luego de horas de web scraping por alguna razón da un error, este tiene que ver con el recorrido de todas
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
Hola comunidad, ¿Qué tal? Tengo una duda que creo que es sencilla, pero me veo algo torpe. Estoy tratando de darme de alta para poder acceder, vía R a la api de Twitter, soy un poco novato en esto y por esto lanzo la pregunta. Aunque ya me han ayudado y me han pasado alguno link del pasado, aún no consigo dar con la solución que seguro es algo que se me escapa He usado este código
2017 Nov 20
2
mensaje de error al usar libreria tibbletime
Hola A todos. Aún no he podido encontrar la causa de porqué la libraría tibbletime, al transformar la tabla a AS_TBL_TIME ME ARROJA EL SIGUIENTE EL SIGUIENTE MENSAJE Error: assert_that: assertion must return a logical value Si alguien ha tenido ese mismo problema, solicito ayuda al foro. El seguimiento de la transformación es el siguiente; library(tibbletime)
2010 Aug 07
1
Data frame reordering to time series
Given a data frame, or it could be a matrix if I choose to. The data consists of an ID, a year, and data for all 12 months. Missing values are a factor AND missing years. Id<-c(rep(67543,4),rep(12345,3),rep(89765,5)) Years<-c(seq(1989,1992,by =1),1991,1993,1994,seq(1991,1995,by=1)) Values2<-c(12,NA,34,21,NA,65,23,NA,13,NA,13,14) Values<-c(12,14,34,21,54,65,23,12,13,13,13,14)
2016 Mar 06
3
usar R a traves de la web
Hola Jesus, muchas gracias, esta opcion se ve bastante bien, aunque no encuentro un modo de subir mis archivos de datos, pero debe poderse, no ? Muchas gracias, Eric. On 03/05/2016 09:03 AM, Jesús Para Fernández wrote: > Buscas algo asi? > > http://www.r-fiddle.org/#/ > > > > > From: ericconchamunoz en gmail.com > > To: r-help-es en r-project.org > >
2016 Mar 05
5
usar R a traves de la web
Estimada comunidad, para mi trabajo uso latex y R normalmente, ahora debo viajar sin mi portatil, pero tengo la opcion de llevar un pequeño tablet (con android) ... para suplir latex he estado usando www.overleaf.com y trabaja excelente, practicamente todos los paquetes que uso estan disponibles ahi ... pero no he encontrado algo similar para R. Saben ustedes si existe algun proyecto que
2011 Mar 21
1
Curry with `[.function` ?
Dear all, I sometimes use the following function: Curry <- function(FUN,...) { # by Byron Ellis, https://stat.ethz.ch/pipermail/r-devel/2007-November/047318.html .orig <- list(...) function(...) do.call(FUN,c(.orig,list(...))) } ... and have thought it might be convenient to have a method for [ doing this. As a simple example, > apply(M, 1, mean[trim=0.1]) # hypothetical
2015 Apr 23
3
Usar una matriz sparse desde python a R
Hola erreros Estoy rizando el rizo con esto de las matrices sparse y he encontrado la forma de hacerlo en python, que va rapidísimo. Por tanto tengo una matriz sparse en un objeto python con esta info: <138493x26744 sparse matrix of type '<type 'numpy.int64'> Quiero hacer lo mismo con R pero me he topado con la lentitud de los bucles para rellenar la sparse (también por mi
2011 Oct 11
2
matrix multiplication
Dear all, Sorry to bother you with such a stupid question, but I just cannot find the solution to my problem. I'd like to use matrix multiplication for meanA and factorial 3. I use the command meanA%*%factorial 3. But everything I get is: Error in factorial3 %*% A : non-conformable arguments I know that the number of the columns of the first vector has to be the same number of rows of the