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.

6 results for “from:Israel Ortiz”

Predict follow up time using parametric model in r
Israel Ortiz · Nov 3, 2018 · r-help

I am trying to predict follow-up time using several survival models, both parametric and semi-parametric. I achieve it for semi parametric models using predict.coxph function in R from survival package using type = "expected" as indicated in help...

Predict follow up time using parametric model in r
Israel Ortiz · Nov 20, 2018 · r-help

You are right. Specifically, I need to predict the mean and median time to failure from a coxph model and several parametric models using new data. Thanks. El lun., 5 nov. 2018 a las 7:11, Therneau, Terry M., Ph...

Error survreg: Density function returned an an invalid matrix
Israel Ortiz · Nov 13, 2015 · r-help

Thanks Terry but the error persists. See: > library(foreign)> library(survival)> library(VGAM) > mypareto <- list(name='Pareto',+ init= function(x, weights,parms){+ alpha <- length(x)/(sum(log(x)))#this is a MLE for alpha+ c(media <-(alpha*1/(alpha-1...

Error survreg: Density function returned an an invalid matrix
Israel Ortiz · Nov 16, 2015 · r-help

I don?t know how to write a pareto distribution in that form, I want a pareto function for time because I have a time variable that fits that distribution. For a weibull and lognormal it is very easy because...

Error survreg: Density function returned an invalid matrix
Israel Ortiz · Nov 2, 2015 · r-help

Hi, I want to perform a survival analysis using survreg procedure from survival library in R for a pareto distribution for a time variable, so I set the new distribution using the following sintax: library(foreign) library(survival) library(VGAM...

Error survreg: Density function returned an an invalid matrix
Israel Ortiz · Nov 16, 2015 · r-help

Thanks Terry, I use the following formula for density: [image: f_X(x)= \begin{cases} \frac{\alpha x_\mathrm{m}^\alpha}{x^{\alpha+1}} & x \ge x_\mathrm{m}, \\ 0 & x < x_\mathrm{m}. \end{cases}] Where *x*m is...

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