Warning message in pec function using rfsrc model in R
up vote
0
down vote
favorite
I have used Random Survival Forest function from randomForestSRC
package on a traindata and then to calculate Brier Score on testing set I have used pec
function from pec
package as follows:
PredError <- pec::pec(object=model,
formula=frmla, cens.model="cox",
data=testdata, verbose=F, maxtime=1000,testIBS=TRUE)
The function returns this warning message:
In fitter(X, Y, strata = Strata, offset = offset, weights = weights, :
Ran out of iterations and did not converge
Can someone help me to understand the meaning?
r warnings survival-analysis
add a comment |
up vote
0
down vote
favorite
I have used Random Survival Forest function from randomForestSRC
package on a traindata and then to calculate Brier Score on testing set I have used pec
function from pec
package as follows:
PredError <- pec::pec(object=model,
formula=frmla, cens.model="cox",
data=testdata, verbose=F, maxtime=1000,testIBS=TRUE)
The function returns this warning message:
In fitter(X, Y, strata = Strata, offset = offset, weights = weights, :
Ran out of iterations and did not converge
Can someone help me to understand the meaning?
r warnings survival-analysis
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have used Random Survival Forest function from randomForestSRC
package on a traindata and then to calculate Brier Score on testing set I have used pec
function from pec
package as follows:
PredError <- pec::pec(object=model,
formula=frmla, cens.model="cox",
data=testdata, verbose=F, maxtime=1000,testIBS=TRUE)
The function returns this warning message:
In fitter(X, Y, strata = Strata, offset = offset, weights = weights, :
Ran out of iterations and did not converge
Can someone help me to understand the meaning?
r warnings survival-analysis
I have used Random Survival Forest function from randomForestSRC
package on a traindata and then to calculate Brier Score on testing set I have used pec
function from pec
package as follows:
PredError <- pec::pec(object=model,
formula=frmla, cens.model="cox",
data=testdata, verbose=F, maxtime=1000,testIBS=TRUE)
The function returns this warning message:
In fitter(X, Y, strata = Strata, offset = offset, weights = weights, :
Ran out of iterations and did not converge
Can someone help me to understand the meaning?
r warnings survival-analysis
r warnings survival-analysis
asked yesterday
Katherina
105
105
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372258%2fwarning-message-in-pec-function-using-rfsrc-model-in-r%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown