Displaying 20 results from an estimated 200 matches similar to: "Regresión Logística desbalanceada"
2017 Jan 20
4
Problema con un xml demasiado Grande
Hola, muy buenas,
Me bajé un archivo xml de la wikipedia en español. Al intentar abrirlo
en R el ordenador no es capaz, ya que pesa descomprimido 10 GB. De ese
xml solo me interesa un campo, el referente al texto del artículo.
¿Alguiém conoce alguna forma de cargar solo ese campo del xml en R sin
cargar el xml completo? La salida seria un archivo .txt, donde cada fila
fuera un artículo ó
2016 Mar 15
4
Lógica Bayesiana con R
Hola, buenas a todos:
Me dispongo a empezar un proyecto con logística bayesiana y sé que hay
varios paquetes que puedo utilizar, arm, Bayelogit y MCMCpack. Me
preguntaba si alguien tiene experiencia con éstos paquetes y me pueda
decir cuál de ellos es mejor.
Además de esto quería saber si sabíais alguna bibliografía para
informarme mejor sobre lógica bayesiana, tengo algunas referencias,
2016 Mar 15
2
Rsqlite
Estimados
Anteriormente usé sin problemas Rsqlite, pero encuentro un error, comparto el código ¿alguno tiene idea sobre que puede llegar a ser?
library(RSQLite)
con <- dbConnect('SQLite', dbname='/Users/Javier_2/Desktop/SQLiteJavier.db')
// o ? en lugar de ? , el error persiste
> con <- dbConnect("SQLite",
2014 Apr 23
3
error al instalar paquete
Hola a todos,
No he podido encontrar la solución para el siguiente error al instalar el
paquete dplR:
> install.packages("dplR")
Installing package into ‘/home/milagros/R/x86_64-pc-linux-gnu-library/3.1’
(as ‘lib’ is unspecified)
also installing the dependency ‘gmp’
probando la URL '
http://r.mirror.mendoza-conicet.gob.ar/src/contrib/gmp_0.5-11.tar.gz'
Content type
2013 Apr 24
12
Re-instalacion de sistema operativo
Hola!
Necesito reinstalar ubuntu, con lo cual R se actualizará a 2.13.3 (es la
última version, verdad?) y me gustaría saber si hay alguna forma de
conservar los paquetes que ya tengo instalados en R.?
Muchas gracias!!
Milagros
[[alternative HTML version deleted]]
2013 Feb 15
3
datos climáticos cambio de formato
Hola!!
tengo un data.frame donde cada fila corresponde a un año y cada columna a
un mes (De enero a diciembre)
> head(valT)
V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13
1941 18.0 16.3 15.2 10.1 8.1 8.3 8.8 9.2 7.9 12.2 11.9 14.6
1942 17.2 15.9 13.6 11.6 8.7 6.2 6.4 7.2 9.7 12.0 14.1 16.7
1943 17.6 17.3 13.5 12.5 10.5 7.0 8.2 7.9 -999.9 -999.9
2013 May 25
3
When creating a data frame with data.frame() transforms "integers" into "factors"
Hello
I am novice to R and i was learning how to do a scatter plot with R using
an example from a website.
My setup is iMac with Mac OS X 10.8.3, with R 3.0.1, default install,
without additional packages loaded
I created a .csv file in vim with the following content
userID,user,posts
1,user1,581
2,user2,281
3,user3,196
4,user4,150
5,user5,282
6,user6,184
7,user7,90
8,user8,74
9,user9,45
2010 Sep 27
1
smooth contour lines
Is there an easy way to control smoothness of the contour lines?
In the plot I am working on due to the undersampling the contour
lines I am getting are jugged, but it is clear "by eye" these should
be basically straight lines.
In maps package I found smooth.map function, but maybe there is a more
generic way
of accomplishing the same thing.
Ideally there would be an option to control
2015 Jun 15
2
Regresión logística
Hola,
estoy intentando hacer una regresión logística entre la primera columna de
mi data.table (In.hospital_death) y otras dos (GSV y BUN) , me da el error
de abajo, he intentado eliminar las filas con valor NA por si esta función
no lo admite, pero sigue dando el mismo error. ¿Alguien sabe porqué ocurre?
(probé previamente a usar la función glm pero obtenía out of memory)
library(XLConnect)
2010 Jan 17
4
datasets para regresión logística binomial y multinomial
Buenas.
Sé que en R hay multitud de datasets y me haría falta alguno que
trataran de variables relacionadas con salud, sobre todo para aprender
más acerca de cómo realizar una regresión logística binomial o multinomial.
Gracias..
2015 Jun 16
2
Regresión logística
Gracias!
El 15 de junio de 2015, 16:54, Freddy Omar López Quintero <
freddy.vate01 en gmail.com> escribió:
> ?Holap.?
>
> ran out of iterations and failed to converge
>
>
> ?Prueba aumentando el número de iteraciones, con el argumento maxit:
>
> ?GLM <- bigglm(In.hospital_death ~ GCS + BUN, data = DatosGLM, family =
>> binomial(logit), maxit=1000)?
>
2012 Nov 06
1
series temporales
hola!
quisiera saber si existe algún paquete en R para detectar cambios en la
media de una serie temporal, o en su defecto cambios en la pendiente de una
serie temporal. Visualmente puedo detectar ciertos años de "cambio", pero
me gustaría tener un aval estadístico.
Gracias!
[[alternative HTML version deleted]]
2007 Sep 24
1
Compatibility HP Proliant ML350 G4p for Xen 4
Hi list!
I tried to install Xen 4 in a HP Proliant ML350 G4p, but it seems not
compatible, is there another way to run Xen 4 in this server ?
I couldn''t find any information on Hp''s site neither Intel''s site ...
Thanks !
--
@ntonio
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2005 Sep 22
1
Descriptive statistics for tables
I have a lot (more than one hundred) of files with tables of the same kind (quadratic, same size) and I want to obtain some statistics for every position on them. Therefore, as a result I want another table. I import every table, and create an object “read.table” for it, then I have try to create a “list” or a “data frame“ and directly utilize some functions like sd( ) without success, because it
2006 Nov 13
1
Nominal Respose Model in R
Hi:
I have been working in Item Response Theory, exactly, with Nominal Response Model (NRM). Exist in R
a function for estimate parameter and ability from database for this Model?.
Thank you,
Xavier G. Ordóñez
[[alternative HTML version deleted]]
2006 Nov 16
1
How Aggegate Data in R
Hello:
When I use SPSS I execute the AGGREGATE DATA comand for the next data:
2112141123212213212213334
3143244113442312121213344
2114141123112214212113344
2112211122212413421213221
3114444123442414343413344
2312231223212222323223322
2143241123212313131213234
2113241113212313222213333
2113141123112214212113344
2114141123412111114413344
2113211122342314222313234
2114141123112414212113344
2008 Mar 09
1
Multiple deployments of same application using backgroundrb
Thanks for this great app. I am having some problems configuring it in my
server. I have a single app deployed three times, one is for testing, one is
for demoing and the other one is for production.
I read that it was unnecesary and it will not work to have multiple
instances of backgroundrb for each of my deployments. I read that it was
enough to instantiate backgroundrb only once from one of
2016 Apr 12
2
Random Forest para clasificación
Mi matriz de datos inicial estaba muy desbalanceada (5% de la clase minoritaria), por lo que he creado con el algoritmo SMOTE un dataset balanceado con el que he creado el modelo, y luego sobre ese modelo he creado la matriz de confusión con los datos originales.
Respecto a lo que me comentas, Carlos, creo que además de todo lo que comentas, que está bien, en micaso es necesario también saber no
2010 Jul 13
6
permutation-based FDR
Hola a todos,
Tengo un pequeño problemilla...
Tengo unas 9000 variables que he contrastado con 1 en concreto con el test
de wilcoxon. He calculado el p-valor, y queria corregirlo con el
permutation-based FDR. He encontrado una funcion con R comp.fdr()que hace
esta corrección, pero te pide que le pongas las variables con las
observaciones y te hace el test (según he entendido). Yo solo quiero
2006 Mar 13
1
Newbie error or bug?
Hi
I used R for the first time yesterday. I wanted to plot the aliasing
effect of sampling a 5.5KHz sinusoid at only 8KHz (below the Nyquist
limit). So I wrote a small R script that a) plots 1msec worth of a
5.5KHz sin wave b) plots 1msec of the resulting 2.5KHz alias and c)
plots the 8 sampling points on the 5.5KHz source wave. I think I have
found a bug. The script is as follows: