search for: surt

Displaying 2 results from an estimated 2 matches for "surt".

Did you mean: sure
2011 Jun 07
0
WinBUGS on survival, simple but confusing question
...ta. I'm posting the R file which generates the data from pre-specified parameters, as well as the .bug file. The question is, if I use NA to denote the censored data (as suggested by the example Mice in WinBUGS Example Vol.I), 90% of the time I get the error message: "value of log normal surt.BUGS[ii] must be positive" where "ii" is the index of the first NA in my simulated survival data. However, there are some very rare occasions that WinBUGS performs as we expect, and I included on such dataset in the following code. Any help would be greatly appreciated, if someone...
2015 Jul 14
4
Conservar el nombre de la variable entre varias funciones: ejemplos de resultados
...int(exp(cbind("Oportunitat Relativa" = coef(REG_LOG), confint(REG_LOG)))) # Valors de p cat ("\n\nValors de p de les oportunitats relatives (regressió logística):\n") print(summary(REG_LOG)$coef[, "Pr(>|z|)"]) ## will extract them cat ("\n\n*** Surt de un_ivdqviq.r ******************************** \n\n") } ##-------------------------------------------------------------- ## Pruebas : comentado con una función ##-------------------------------------------------------------- function() { library(MASS) data(birthwt, package="MASS&...