Questions tagged [robust]

152 questions
-4
votes
1 answer

How can I make that robustness work using user input?

I have tried to do a robust code on java but it doesn't seem to work. What I am looking for is for a user to enter an input, the program will check the input if it is not a required input, then the user will be given an option to reenter the…
-4
votes
1 answer

R: lts regression: $ operator is invalid for atomic vectors

I'm trying to do a variable selection using LTS regression but I encounter with this error. sigma.full<-summary(ltsreg(y~x1+x2+x3+x4+x5))$scale Error in summary(ltsreg(y~x1+x2+x3+x4+x5))$scale: $ operator is invalid for atomic vectors Can…
1 2 3
10
11