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.
It was an editor interaction -- the changes weren't being saved.
fit <- rpart(.... Are you asking about print(fit), summary(fit), or plot(fit)? Terry Therneau
For tobit regression, also see the last example of help(survreg) in the survival package. Terry Therneau
The suppressWarnings construct looks like a good idea; I was not aware of it's existence. Thanks for the feedback. Terry T.
To extract various portions of the coxph standard printout, look at summary.coxph help('summary.coxph') fit <- coxph(... sfit <- summary(fit) Terry Therneau
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20140423/8894f270/attachment.pl>
Brian, Thank you. This explains why it works in Splus: PROTECT is a null macro there, so I wouldn't have caught the miscount. Terry
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120627/7355231d/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20130428/b99e3100/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121018/5e39cb1a/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090820/e5dde358/attachment-0001.pl>
The best answer to your question is help(coxph.object) This is a manual page describing the contents of a coxph fit. Terry Therneau
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091111/66b815a5/attachment-0001.pl>
Let me rephrase your question: "How do I get the results that are printed by print(survfit(....))" Answer: read the help file "?print.survfit"
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130124/579da44b/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20130321/4733c879/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20130321/92933100/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120322/06065c74/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20120322/5231db82/attachment.pl>
Is the matrix exponential available in some package? The cannonical reference is "Nineteen dubious ways to take the exponential of a matrix". (Love that title) Terry T.
Can't find what you're looking for? Try searching with Google .