I'm trying to generate a few simulated survival datasets. I've chosen the simsurv function as it allows me to generate time varying coefficients (and hence non-proportional hazards). However, how do I go about defining different censor rates (10%, 30%...etc) for different datasets?
simsurv R function: is there a way to define different censor rates?
266 Views Asked by Kay At
0
There are 0 best solutions below
Related Questions in R
- in R, recovering strings that have been converted to factors with factor()
- How to reinstall pandoc after removing .cabal?
- How do I code a Mixed effects model for abalone growth in Aquaculture nutrition with nested individuals
- How to save t.test result in R to a txt file?
- how to call function from library in formula with R type provider
- geom_bar define border color with different fill colors
- Different outcome using model.matrix for a function in R
- Creating a combination data.table in R
- Force specific interactions in Package 'earth' in R
- Output from recursive function R
- Extract series of observations from dataframe for complete sets of data
- Retrieve path of supplementary data file of developed package
- r package development - own function not visible for opencpu
- Label a dataset according to bins of a histogram
- multiply each columns of a matrix by a vector
Related Questions in SURVIVAL-ANALYSIS
- Predict probability from Cox PH model
- R session aborted when trying to run coxph
- How to deal with violation of proportional hazards assumption in Cox PH, R 3.1.3 survfit
- Is possible to define a random limit for a loop in JAGS?
- Cox proportional model w/ multiple failures for same subjects
- R Creating a time-varying survival dataset from event data
- Bayesian survival analysis
- Stuck with package example code in R - simulating data to fit a model
- R- Error "survfit" formula, survival package
- Data Formatting for Time Varying Covariate Cox Proportional Hazards Modeling in R
- survival analysis with two levels of censoring
- Survival analysis using R
- Survival Analysis for Telecom Churn using R
- Phreg coefficients
- Graphing hazard using SAS when a time-dependent covariate is included
Related Questions in SURVIVAL
- cox model doesn't suppport "mright" survival data
- C-index for each treatment arm with variable-treatment interaction
- How to add a strata variable in the crr function?
- Why is survival::tmerge suddenly giving error "neither a tstop argument nor an initial event argument was found"?
- Which esteimator is used to compute cumulative incidence curves in R with the "tidycmprsk" package? Is it the Aalen-Johansen estimator?
- Breakpoints in Cox Regression
- Is there a way to take a numeric variable, like the number 7, and turn it into a string of seven 1s?
- Survival Analysis in R - Transform Kaplan Meier Plot to X = continous variable, Y = P(survival), colored lines = Chosen Timepoints
- How to calculate the ICC (intra-class correlation coefficient) from a coxme() object
- Numerical Differences in Survival Probability Estimates between coxph and cph Functions
- How to shade the area under a curve ok Kaplan-Meier (step function)
- Extract 95% confidence interval values from kaplan meier model
- Where is the number of observations per level stored in a Cox regression object?
- Applying theme_tq removes subgroup colors from my table (survminer)
- Overlay bar chart in Age standardised mortality rate graph in ggplot in r
Related Questions in SCIKIT-SURVIVAL
- How do I get Survival Time from Survival Models e-g Random Survival Forests?
- Survival anaylsis: parameters for concordance_index_censored (scikit-survival)
- Problem installing scikit-survival in Google Colab
- Why is the truth value of an python array with more than one element is ambiguous?
- Is there any way to predict survival probability for censored objects after historical dates (prediction in future)?
- How to plot a survival tree in python
- scikit-learn pipeline returning all nan values
- Integrated Brier Score for sklearn's GridSearchCV
- Creating left and interval censored survival data for model comparison
- Using concordance_index_censored as scorer in GridSearchCV for scikit-survival
- How to use decision trees for survival analysis?
- Not able to install scikit-survival package. Get a Pyasn1 error and a "dill' Error
- Decision Tree Based Survival Analysis with time-varying covariates in Python
- Calculating confidence intervals for coefficients in scikit-survival
- kaplan meier estimator not functioning properly
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?