Displaying 6 results from an estimated 6 matches for "riskregress".
2018 Mar 18
1
selectFGR - variable selection in fine gray model for competing risks
Dear All,
I would like to use R function 'selectFGR' of fine gray model in competing risks model. I used the 'Melanoma' data in 'riskRegression' package. Some of the variables are factor. I get solution for full model but not in variable selection model. Any advice how to use factor variable in 'selectFGR' function. The following R code is produced below for reproducibility.
library(riskRegression)
library(pec)
dat <...
2018 Mar 21
1
selectFGR vs weighted coxph for internal validation and calibration curve- competing risks model
...ford http://www.oucru.org/dr-ronald-b-geskus/
"Raja, Dr. Edwin Amalraj" <amalraj.raja at abdn.ac.uk> writes:
> Dear All,
>
> I would like to use R function 'selectFGR' of fine gray model in
> competing risks model. I used the 'Melanoma' data in 'riskRegression'
> package. Some of the variables are factor. I get solution for full
> model but not in variable selection model. Any advice how to use
> factor variable in 'selectFGR' function. The following R code is
> produced below for reproducibility.
>
> library(riskRegr...
2018 Mar 21
0
selectFGR - variable selection in fine gray model for competing risks
...ford
http://www.oucru.org/dr-ronald-b-geskus/
"Raja, Dr. Edwin Amalraj" <amalraj.raja at abdn.ac.uk> writes:
> Dear All,
>
> I would like to use R function 'selectFGR' of fine gray model in
> competing risks model. I used the 'Melanoma' data in 'riskRegression'
> package. Some of the variables are factor. I get solution for full
> model but not in variable selection model. Any advice how to use
> factor variable in 'selectFGR' function. The following R code is
> produced below for reproducibility.
>
> library(riskRegr...
2017 Aug 11
0
Cox model with time-dependent coefficients
...ula (see code in link), I'm a bit confused how prediction is going to work. At the initial time t=0 I have no idea of the future particularly in which time group the new customer will be.
To compare my models I use the time depended AUC calculated by the "score" function from package riskRegression. It internally uses a prediction function but when applying it to the extended model and the new test set it says "strata(time group) not found".
When splitting my test set with survSplit the same way I did for the training set, it works and I get a nice AUC plot. But I am afraid if...
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
...quot;MKmisc" "mmrm"
[41] "mosaic" "MplusAutomation" "multcomp" "ordinal"
[45] "papaja" "parsnip" "prodlim" "R2admb"
[49] "rethinking" "riskRegression" "RSA" "rstanarm"
[53] "rxode2" "segmented" "simr" "sirt"
[57] "sn" "spaMM" "stats" "stats4"
[61] "strucchange&quo...
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000
Dario Strbenac via R-devel <r-devel at r-project.org> ?????:
> Would a less resource-intensive value, such as 1, be a safer default
> CPU value for confint?
Which confint() method do you have in mind? There is at least four of
them by default in R, and many additional classes could make use of
stats:::confint.default by implementing vcov().
>