Thank you so much for making this. You have no idea how helpful it was!
@multitaskprueba12 жыл бұрын
Fantastic video! Thank you so much!
@taximxitxi4 жыл бұрын
I'm always getting this error as soon as I run my "leaps" --> Error in `contrasts
@AshPhoenix4 жыл бұрын
"Reorder variables and try again:" how should I handle this? Thanks,
@rohittawde51056 жыл бұрын
When we consider the interactions within the six independent features the total number of features would now be close to twenty seven. However in the cp vs subset size plot we observe that it subset size is only until nine or ten. Is there an upper bound on the subset size that leaps package considers? Thanking you in anticipation.
@kalyanasundaramsp82676 жыл бұрын
brilliant sir..great....sir, when you have discrete variables instead of leaps what should we use?....
@bevansmith32106 жыл бұрын
Hi Chris, excellent video thanks. Once we have our predictors, how do we find their beta coefficients and p-values? Thanks again.
@ChrisMack6 жыл бұрын
You can just run a linear regression. See this lecture: kzbin.info/www/bejne/fpWoXpJnf5iUh5Y
@bevansmith32106 жыл бұрын
Ah, of course. Thanks again.
@ycdantywong6 жыл бұрын
How do I extract the variables names from the subset function ? Just a plot itself isn't all that useful.......
@kalyanasundaramsp82676 жыл бұрын
when we discrete variables what function we should use instead of leaps...
@arnabaich31324 жыл бұрын
subset plot method is good for single digit no of co-variates. I have 12 covariates. I couldn't figure out anything from the plots since it is too messed up .I think for large no of covariates we have to rely on the summary of regsubset method and checek the variable matrix.