Hi Community,
I have an error my code and error is as follows
> Best_Subset <-
+ regsubsets(LOFVOL~.,
+ data =QMean,
+ nbest = 1, # 1 best model for each number of predictors
+ nvmax = NULL, # NULL for no limit on number of variables
+ force.in = NULL, force.out = NULL,
+ method = "exhaustive")
> summary_best_subset <- summary(regsubsets.out)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'object' in selecting a method for function 'summary': object 'regsubsets.out' not found
Please help me out and thanks in advance