Displaying 20 results from an estimated 782 matches for "mayo".
Did you mean:
may
2013 Oct 04
3
Converting augeas snippet to puppet augeas resource
(apologies in advance for the line wrap)
I have the following tidbit of augeas code, which inserts a rule into
/etc/sysconfig/iptables as the first rule of a specifically named chain;
# augtool> insert append before
"/files/etc/sysconfig/iptables/table/append[. = ''Mayo-Firewall-INPUT''][1]"
# augtool> match /files/etc/sysconfig/iptables/table/append[. = '''']
# /files/etc/sysconfig/iptables/table/append[8] = (none)
# augtool> set /files/etc/sysconfig/iptables/table/append[. = '''']
''Mayo-Firewall-INPUT...
2016 May 11
2
[Grupo de Usuarios de R de Madrid]: Siguiente reunión mañana jueves 12-mayo...
Hola,
Por si os interesa asistir y podéis asistir:
http://madrid.r-es.org/35-jueves-12-de-mayo-2016/
Gracias,
Carlos Ortega
www.qualityexcellence.es
[[alternative HTML version deleted]]
2009 Jul 15
1
negative Somers D from Design package
Dear R help
My problem is very similar to the analysis detailed here.
If we use the mayo dataset provided with the survivalROC package the estimate for Somer's Dxy is very negative -0.56.
The Nagelkerke R2 is positive though 0.32.
I know there is a difference between explained variation and predictive ability but I am surprised there is usch a difference given that even a non predi...
2016 May 31
6
sumar una variable con cast
Estimado Enrique Ramos
Yo podría decir ¿y data.table?. Hay muchas alternativas
Javier Rubén Marcuzzi
De: Enrique RAMOS via R-help-es
Enviado: martes, 31 de mayo de 2016 14:03
Para: R-help-es en r-project.org
Asunto: Re: [R-es] sumar una variable con cast
yo de nuevo, ahora se me presento otro problema en la base de datos del ejemplo solo tenia unas cuantas columnas mi base de datos tiene mas columnas ahora el detalle es como puedo elegir la columna que qu...
2016 May 31
2
sumar una variable con cast
Estimado Javier Marcusi
estoy intentando hacerlo con dcast ya logre que se realice la suma pero lo hace con la ultima columna y yo requiero que se haga el mismo proceso con varias columnas Saludos Enrique RAMOS
El Martes, 31 de mayo, 2016 13:00:28, Javier Marcuzzi <javier.ruben.marcuzzi en gmail.com> escribió:
Estimado Enrique Ramos
Yo podría decir ¿y data.table?. Hay muchas alternativas (no envié antes sin querer al correo).
¿Qué alternativa esta utilizando? Carlos Ortega y Carlos J. Gil Bellosta aportaron dos sol...
2016 May 30
3
Codigo
...o un código que calcula nuevas variables, re codifica otras y ordenas
otras tantas. Es muy laborioso correr ese código 127 veces por lo cual
quería hacer un sentencia (del tipo if() o repeat()), para obtener al final
todos los lotes procesados.
Saludos y gracias por tan rápida respuesta
El 30 de mayo de 2016, 11:06, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola,
>
> Puedes utilizar el código de Oliver utilizando la librería "broom" que
> permite obtener los parámetros (coeficientes) y características del modelo
> (null.deviance, AIC, BIC) en un cóm...
2024 Jun 26
2
Fixing a CRAN note
...bit confused
about this one.?? What is it complaining about -- that it doesn't like my name?
...
* checking for file ?deming/DESCRIPTION? ... OK
* this is package ?deming? version ?1.4-1?
* checking CRAN incoming feasibility ... [7s/18s] NOTE
Maintainer: ?Terry Therneau <therneau.terry at mayo.edu>?
Found the following \keyword or \concept entries
which likely give several index terms:
? File ?deming.Rd?:
??? \keyword{models, regression}
* checking package namespace information ... OK
* checking package dependencies ... OK
...
--
Terry M Therneau, PhD
Department of Quantitative H...
2008 Apr 11
2
Help load a package into R
Dear R List,
I want to download kinship_1.2_S.tar.gz in http://mayoresearch.mayo.edu/mayo/research/biostat/splusfunctions.cfm
to R. Once save this file to C:\, how I could load into R? I am working in Windows XP. Usually what I do is, I go to "packages" and then "install packages from local zip files". This procedure fails for .tar.gz files. Can...
2015 May 18
2
una preguntica
...y una mejora en el tiempo de ejecución. Lo que desconozco es como pasaría el archivo compilado para poder ser ejecutado a otros usuarios sin que se vea el código R original. Ese tema no lo tengo claro (es como una librería).
Javier Marcuzzi
De: Carlos Ortega
Enviado el: ?lunes?, ?18? de ?mayo? de ?2015 ?07?:?51? ?a.m.
Para: jose luis cañadas
CC: R-help-es en r-project.org
Sí, ahora lo tengo.
Gracias!
Carlos.
El 18 de mayo de 2015, 12:48, José Luis Cañadas Reche <
canadasreche en gmail.com> escribió:
> Hola.
>
> Si descomprimes el tar.gz de la instalación base d...
2006 May 12
2
reusing routines
...lready loaded.
I looked at the manual page for dyn.load, but don't see anything. What
are we missing?
Please reply via email, as I don't read this list. (But I likely will start
to later this summer, when I port the newest mixed-effects Cox model code
over from S).
Terry Therneau
Mayo Clinic
therneau.terry at mayo.edu
2016 May 30
3
Codigo
Oliver gracias por le pista!
Es un poco mas complicado, el código tiene varios pasos incluidos calculo
de nuevas variables con los betas del glm y otras vueltas. Necesitaría una
sentencia que tome cada lote haga los cálculos por separado y luego los une
en el dataframe de salida
El 30 de mayo de 2016, 10:02, Olivier Nuñez <onunez en unex.es> escribió:
> Mira lapply ....
>
> Si L= list(L1,L2,...,L120) es una lista de tus lotes
>
> ajuste <- function(L) glm(y~x,data=L)
> fit=lapply(L1,ajuste)
>
> donde "fit" es la lista de 120 ajustes.
>
>...
2016 May 30
2
sumar una variable con cast
agradezco la ayuda, el problema se resumía a que el Rstudio me ponía unos paréntesis de forma automática los quite y asunto solucionado Saludos Enrique RAMOS
El Lunes, 30 de mayo, 2016 12:26:33, Carlos J. Gil Bellosta <cgb en datanalytics.com> escribió:
Hola, ¿qué tal?
Mira el argumento fun.aggregate en ?dcast.
Un saludo,
Carlos J. Gil Bellostahttp://www.datanalytics.com
El 30 de mayo de 2016, 18:15, Enrique RAMOS via R-help-es <r-help-es en r-project.org> e...
2006 May 09
7
Problem Installing Freebsd 6.0 64 bit
I can't install freebsd 6.0 STABLE amd64 on my notebook:
HP Pavilion 2420la AMD Turion ML 32 , 1024 RAM, 80 GB HD, ATI
Radeon XPRESS 200M.
I try all modes , default, whitout acpi, safe mode. In all the cases after the
next message the installation doesn't work:
timecounters tick every 1000 msec
Linux ELF exec handler install
lo0.bpf attached
I installed linux with parameter noapic
2008 Nov 24
1
Discrepancy in the PBC data set
...orrect in the Appendix of Fleming and
Harrington as well (someone seems to have borrowed my copy), which is where the
data set appears to have been taken from, given all the "-9" codes in it. (Note,
Tom Fleming originally got the data from me, so I'm fairly confident in calling
my Mayo version the authoritative one). I'll make sure this gets fixed.
You can grab a correct data set from our department web page. Code is below.
Terry Therneau
pbcurl <-
"http://mayoresearch.mayo.edu/mayo/research/biostat/upload/therneau_upload/pbc.d
at"
pbc <-...
2008 Feb 01
3
Converting a character string into an object variable
..., i, sep="") <- input.value[i]
}
Of course this loop will not work since the paste function returns a
character string that cannot be a variable. How can I construct a loop to
create sequential variables and assign a value to them in the same spirit of
the loop above?
Brant Inman
Mayo Clinic
[[alternative HTML version deleted]]
2006 Aug 24
1
Strange permissions problems
...of them do have the user
group correct. There are 2 files in the .../chap1 directory that have
the user and group rosie.teacher just like they should.
I logged on with her username just to test this and the files that I
saved had the user and group rosie.bhs.
Thanks for any help.
--
Scott Mayo
Technology Coordinator
Bloomfield Schools
PH: 573-568-5669
FA: 573-568-4565
Pager: 800-264-2535 X2549
Duct tape is like the force, it has a light side and a dark side and it
holds the universe together.
2010 Dec 05
1
HOW to use the survivalROC to get optimal cut-off values?
...vivalROC (or another library in R) to get optimal
cut-off values?
I want to use the time-dependent survivalROC package.according to
the,reference material,it only gives a set of ordered cut-off values
.eg.
--------------------------------------------------------------------------------
data(mayo)
str(mayo)
attach(mayo)
ROC.1=survivalROC(Stime=time,status=censor,marker=mayoscore4,predict.time=365,lambda=0.05)
str(ROC.1)
plot(ROC.1$FP, ROC.1$TP, type="l", xlim=c(0,1), ylim=c(0,1),
xlab=paste( "FP", "\n", "AUC = ",round(ROC.1$AUC,3)),
ylab=&q...
2010 Dec 05
1
HOW to use str() after the survivalROC (or another library in R) to get optimal cut-off values
...OC (or another library in R) to get optimal
cut-off values?
I want to use the time-dependent survivalROC package.according to
the,reference
material,it only gives a partial set of ordered cut-off values .eg.
--------------------------------------------------------------------------------
data(mayo)
str(mayo)
attach(mayo)
ROC.1=survivalROC(Stime=time,status=censor,marker=mayoscore4,predict.time=365,lambda=0.05)
str(ROC.1)
plot(ROC.1$FP, ROC.1$TP, type="l", xlim=c(0,1), ylim=c(0,1),
xlab=paste( "FP", "\n",
"AUC = ",round(ROC.1$AUC,3)), ylab="...
2020 Sep 25
1
Extra "Note" in CRAN submission
When I run R CMD check on the survival package I invariably get a note:
...
* checking for file ?survival/DESCRIPTION? ... OK
* this is package ?survival? version ?3.2-6?
* checking CRAN incoming feasibility ... NOTE
Maintainer: ?Terry M Therneau <therneau.terry at mayo.edu>?
...
This is sufficient for the auto-check process to return the following failure message:
Dear maintainer,
package survival_3.2-6.tar.gz does not pass the incoming checks automatically, please see the following pre-tests:
Windows:<https://win-builder.r-project.org/incoming_pretes...
2015 May 28
2
La ejecución de mi script R es muy lenta
...lución mucho más rápida que la que planteas.
En tu código con un bucle estás tratando de rellenar una lista que son los
diferentes agregados y esto se puede hacer mucho más rápido (segundos) con
varios paquetes: data.table, dplyr y sqldf.
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 28 de mayo de 2015, 15:34, <javier.ruben.marcuzzi en gmail.com> escribió:
> Estimada María Luz Morales
>
>
> Puedes intentar con data.table y reemplazar for por algina otra opción
> vectorizada, aunque en R moderno esto mejoró, y la posibilidad de compile
> debería ser evaluada.
>...