search for: probscor

Displaying 1 result from an estimated 1 matches for "probscor".

Did you mean: probscore
2011 Nov 29
0
Any function\method to use automatically Final Model after bootstrapping using boot.stepAIC()
...l by Bootstrapping the 'stepAIC()' procedure, like OrigstepAIC model as shown below. n <- 200 x1 <- runif(n, -3, 3) x5 <- factor(sample(letters[1:2], n, rep = TRUE)) eta <- 0.1 + 1.6 * x1 - 2.5 * as.numeric(as.character(x5) == levels(x5)[1]) data1 <- data.frame(x1, x5) data1$probscore <- predict(bglmfit$OrigStepAIC , data1) Is there any way to read the variables or formula in the Final Model. Thanks in advance! Regards, ~Ajit -- View this message in context: http://r.789695.n4.nabble.com/Any-function-method-to-use-automatically-Final-Model-after-bootstrapping-using-boot-st...