Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

5 results for “from:Eric Claus”

bootstrapped cox regression (rms package)
Eric Claus · Nov 29, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121129/da8a6b92/attachment.pl>

bootstrapped cox regression (rms package)
Eric Claus · Nov 29, 2012 · r-help

Hi Frank, Below is the actual output from the anova(out) command. I had copied in the p-values and from the previous output from anova(out) and the confidence intervals from print(quantile(out$boot.Coef[,i], c(.025...

problems with bigmemory
Eric Claus · Jan 10, 2010 · r-help

Hi all, I am trying to read a large csv file (~11 Gb - ~900,000 columns, 3000 rows) using the read.big.matrix command from the bigmemory package. I am using the following command: x<-read.big.matrix('data.csv...

bootstrapped cox regression in rms package (non html!)
Eric Claus · Nov 29, 2012 · r-help

Hi, I am trying to convert a colleague from using SPSS to R, but am having trouble generating a result that is similar enough to a bootstrapped cox regression analysis that was run in SPSS. I tried unsuccessfully with bootcens...

bootstrapped cox regression (rms package)
Eric Claus · Nov 30, 2012 · r-help

Hi Frank, My apologies for not posting the entire script - I have repasted it below. library(rms) library(foreign) temp=read.spss('coxdata.sav', to.data.frame=T) formula=Surv(months, recidivate) ~ fac1 + fac2 + fac3 + fac4 + fac5 + fac6 + fac7 + fac8...

Can't find what you're looking for? Try searching with Google .