Displaying 2 results from an estimated 2 matches for "datosglm".
2015 Jun 16
2
Regresión logística
...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)?
>
>
> ?Salud.?
>
> --
> «No soy aquellas sombras tutelares
> que honré con versos que no olvida el tiempo.»
>
> JL Borges
>
[[alternative HTML version deleted]]
2015 Jun 15
2
Regresión logística
...as 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)
library(biglm)
library(data.table)
GLM <- bigglm(In.hospital_death ~ GCS + BUN, data = DatosGLM, family =
binomial(logit))
Obtengo el error:
In bigglm.function(formula = formula, data = datafun, ...) :
ran out of iterations and failed to converge
Un saludo
Gracias
MªLuz
[[alternative HTML version deleted]]