search for: frec

Displaying 20 results from an estimated 27 matches for "frec".

Did you mean: fre
2017 Jul 23
3
Suma de columna en data.frame con restricciones
Buen día, Tengo un data frame con los siguientes datos > Sexo<-c(1,1,1,2,2,2,2,1) > edad<-c(10,12,15,12,10,15,12,15) > frec<-c(150,125,147,123,156,174,185,195) > df<-data.frame(Sexo,edad,frec) Quisiera saber como elaborar una tabla en la cual seleccione el sexo y la edad y R realice la suma de la frecuencia debido a que la lista original incluye miles de observaciones y existen muchas observaciones con mismo...
2010 Sep 26
4
How to update an old unsupported package
Hi all, I have a package that is specific to a task I was repetitively using a few years ago. I now needed to run it again with new data. However I am told it was built with an older version or R and will not work. How can I tweak the package so it will run on 11.1? It was a one-off product and has not been maintained. Is there a way to "unpackage" it and repackage it to work? I
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
.... #--------------- datIn <- read.csv("pec.csv", header = TRUE, sep = ";", dec = ",") library(ggplot2) lab_x_idx <- c(1, round(nrow(datIn)/2, 0), nrow(datIn)) lab_x <- as.vector(datIn$hora[ lab_x_idx]) fre_gg <- ggplot( datIn, aes( x = 1:nrow(datIn), y = frec)) + geom_bar(stat = "identity") + xlab(paste("Rango horas: ", datIn$hora[1], "-", datIn$hora[nrow(datIn)], sep = "") ) + ylab("Frecuencia") + scale_x_continuous( breaks = lab_x_idx, labels = lab_x...
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
...iable que use (Share o miles): > > > > *Error: Discrete value supplied to continuous scalegeom_path: Each group > consists of only one observation. Do you need to adjust the groupaesthetic?* > > Modifique el código tal que así: > > ggbar<-ggplot(ft, aes(x=ft$hora, y=ft$frec)) + > geom_bar(stat="identity", width = 0.8, fill="gray") + > theme(panel.background = element_rect(fill = "white")) + > scale_y_continuous(limits=c(0,1500)) > ggline<-ggplot(ft, aes(x=ft$hora, y=ft$Miles)) + > geom_line()+ > theme(panel....
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Buenas tardes, Tengo una duda con gráficos. Estoy intentando realizar el típico gráfico de una variable en histograma y otra en linea, supongo que será sencillo pero llevo unos días peleando y no me sale de forma correcta. Las variables están en un dataframe que muestran las frecuencias de tweets minuto a minuto y el share de esos minutos (os adjunto un archivo en csv con el dataframe). Una muestra del data frame: * hora frec Miles Share 1 20:22 87 1.016 13,0 2 20:23 123 1.031 13,33 20:24 153 1.048 13,5 4 20:25 192 1.165 15,0 5 20:26 175 1.239 15,8 6...
2011 Jun 09
4
contar apariciones en data frame
...01 4 2010006209657 2011-02-01 5 2010006209657 2011-02-01 6 2010006209657 2011-02-01 7 2010006207318 2011-02-02 8 2010006207318 2011-02-02 ¿cómo puedo obtener, por ejemplo, el número de días para la tarjeta 2010006207318? Si hago por ejemplo tabla <- table(TARJETA,FECHA); frec <- margin.table(tabla,1) Me sale un valor para la tarjeta 2010006207318 de 4, cuando yo lo que quiero es el número de días , que en ese caso serían 2. No sé si me explico. Gracias..
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
...gt; >> >> >> *Error: Discrete value supplied to continuous scalegeom_path: Each group >> consists of only one observation. Do you need to adjust the groupaesthetic?* >> >> Modifique el código tal que así: >> >> ggbar<-ggplot(ft, aes(x=ft$hora, y=ft$frec)) + >> geom_bar(stat="identity", width = 0.8, fill="gray") + >> theme(panel.background = element_rect(fill = "white")) + >> scale_y_continuous(limits=c(0,1500)) >> ggline<-ggplot(ft, aes(x=ft$hora, y=ft$Miles)) + >> geom_line()+...
2012 Jun 08
2
Consulta sobre GLM-log linear
...sde ya muchas gracias y disculpas si la pregunta es muy básica, adjunto los comandos que estoy utilizando. Si hiciera falta el archivo de texto puedo adjuntarlo. Desde ya mcuhas gracias library(MuMIn) archivo<-read.table("C:\\Users\\R\\arch.txt",header=T) attach(C.narino) glm1=glm(Frec~Sexo*Hora*Comportamiento, family=poisson) summary(glm1) anova(glm1,test="Chisq") dredge(glm1, rank = "AIC") . [[alternative HTML version deleted]]
2012 Jun 08
2
Consulta sobre GLM-log linear
...sde ya muchas gracias y disculpas si la pregunta es muy básica, adjunto los comandos que estoy utilizando. Si hiciera falta el archivo de texto puedo adjuntarlo. Desde ya mcuhas gracias library(MuMIn) archivo<-read.table("C:\\Users\\R\\arch.txt",header=T) attach(C.narino) glm1=glm(Frec~Sexo*Hora*Comportamiento, family=poisson) summary(glm1) anova(glm1,test="Chisq") dredge(glm1, rank = "AIC") . [[alternative HTML version deleted]]
2012 Jun 08
2
Consulta GLM
...sde ya muchas gracias y disculpas si la pregunta es muy básica, adjunto los comandos que estoy utilizando. Si hiciera falta el archivo de texto puedo adjuntarlo. Desde ya mcuhas gracias library(MuMIn) archivo<-read.table("C:\\Users\\R\\arch.txt",header=T) attach(C.narino) glm1=glm(Frec~Sexo*Hora*Comportamiento, family=poisson) summary(glm1) anova(glm1,test="Chisq") dredge(glm1, rank = "AIC") [[alternative HTML version deleted]]
2010 Apr 18
2
rosavent problem
..... 360 0-10 10-20 20-30 30-40 40-50 50-60 However, when I use the rosavent command (i.e. rosavent(Wind_freq_speed)), it produces a rose diagram with my data plotted 6 times around the 360 degrees. I also get the following error: Error in legend(-fmaxi - 2 * fint, fmaxi, fill = col, legend = attr(frec, : 'legend' is of length 0 Can anyone help me with this? Thanks. -- Kevin Turner Department of Geography and Environmental Studies Wilfrid Laurier University Waterloo, Ontario [[alternative HTML version deleted]]
2005 Jun 07
0
about tables
Hi dear all I'm doing some contingency tables and I'd like to know if it is posible to make only one table in R that shows me the responses of people who visit a place with some frecuency about one question with two posibilities (they are treated like two variables with options). I'm thinking of a table similar to the next below: Frecuencia (Frec) Alternative 1 Alternative 2 Good Bad Good Bad Todos los d??as Entre 4 y 5 veces por semana 2 veces por...
2006 Dec 02
1
Problem with CH.test in uroot package
...ot” then I wrote library (uroot) and I entered a series entitled extp, in spite of that the problem persite. In short,here are what I wrote and the message that I obtained: > library(uroot) > extp=c(1,3,10,14,12,5,8,12,13,15,9,8,7,10,9,7,3,10,3,11,12,7,4,9,8,10,20,17) > CH.test (wts=extp, frec=c(1,1), f0=1, DetTr=FALSE, ltrunc=NULL) Erreur dans seq.default(2, qq * 2, 2) : signe incorrect de l'argument 'by' The last line wants to say that there is incorrect sign of the argument “by” Which will be your suggestions, thank you. [[alternative HTML version deleted]]
2011 Jun 09
0
Fwd: contar apariciones en data frame
Me contesto yo mismo. Creo que si hago tabla.nueva <- tabla>0 # y luego frec <- margin.table(tabla.nueva,1) # debería de salir -------- Mensaje original -------- Asunto: contar apariciones en data frame Fecha: Thu, 09 Jun 2011 14:04:23 +0200 De: José Luis Cañadas <canadasreche@gmail.com> Para: R-es CRAN <r-help-es@r-project.org> Hola, ¿qué tal? Llev...
2013 May 09
0
Barra de progreso en RODBC
...es lo que aplica las funciones de la lista tareas (t1 y t2) a cada cluster por separado y en paralelo, pero no entiendo que es lo que realiza esa sintaxis. ¿Alguien me podría explicar porque se puede definir así y no como yo hubiera pensado que era:?; sfClusterApply( tarea, pb(tab,asubir,entabla,frec),subida(datos,tab)) El código de todo el proceso es el siguiente: #Cargamos los paquetes necesarios library(snowfall) library(RODBC) #Cargamos el df (datos) que vamos a subir al SQL Server load("C:\\Documents and Settings\\My Documents\\datos.Rdata") #################################...
2016 Sep 06
2
Ayuda con gráfico típico de histograma más linea
Hola, Dell es los pocos que yo sepa que ofrecen equipos con Linux instalado como SO de base: http://www.dell.com/es/empresas/p/xps-13-9350-laptop-ubuntu/pd?oc=bnx9333 Saludos, Carlos Ortega www.qualityexcellence.es El 6 de septiembre de 2016, 21:33, Ruben Tobalina Ramirez < lagrimaescrita en gmail.com> escribió: > Buenas, > &gt...
2016 Apr 12
2
Procesos paralelos
...#Numero de registro que ya hay en la tabla entabla <- as.numeric(sqlQuery(canal1,paste("SELECT Count(*) ", " FROM ",tab, sep=""))) #Numero de registros cargados en el momento n total <- as.numeric(0) #Frecuenca de actualizacion de la barra frec <- 0.1 ##Creamos barra de progreso barra <- winProgressBar(title="Subiendo datos a SQL ", label = "Subido el: ", min= 0, max= 1,initial= 0, width = 800) ##Mientras los registros que quedan por subir sean infer...
2016 Apr 12
2
Procesos paralelos
...stro que ya hay en la tabla > entabla <- as.numeric(sqlQuery(canal1,paste("SELECT Count(*) ", " FROM ",tab, sep=""))) > > #Numero de registros cargados en el momento n > total <- as.numeric(0) > > #Frecuenca de actualizacion de la barra > frec <- 0.1 > > ##Creamos barra de progreso > barra <- winProgressBar(title="Subiendo datos a SQL ", label = "Subido el: ", min= 0, max= 1,initial= 0, width = 800) > > ##Mientras los registros que...
2006 May 31
1
How to enable VMX?
Hello, I''m trying to use the VT technology on box but when I start Xen VMX is disabled by Feature Control MSR as shown in the following message: Xen version 3.0.2-3 (guill@frec.bull.fr) (gcc version 3.3.5 (Debian 1:3.3.5-13)) Wed May 31 16:07:00 CEST 2006 Latest ChangeSet: Tue May 30 18:14:05 2006 +0100 9697:18e8e613deb9 ... (XEN) Initializing CPU#0 (XEN) Detected 3391.682 MHz processor. (XEN) CPU: Trace cache: 12K uops, L1 D cache: 16K (XEN) CPU: L2 cache: 2048K (XEN)...
1998 Oct 28
0
"Test Drive" our easy to use FREE Bulk E-Mail
...e big advertising companies use? Including Myself! It's the simplest bulk email software in the world. If your looking for a company to do your bulk emailing: PLEASE DO NOT HIT REPLY: For more information please respond below with the words "More Info" in the subject line. mailto: frec-info@autoresponder.freeyellow.com Sincerely, Loretta Hartgrove 1(888)240-4503 Hitech Marketing Techniques 1007 Parkview Ave Youngstown, Ohio 44511 info@hitechmail.com ================================================================= If you visit our website by 11/06/98 you will receive our FREE em...