multiple regression p value
591031Feb 7 2008 — edited Feb 20 2008I'm looking to find the best way to perform multiple regression in the database (10g2) and obtain the p-value.
I have loaded a sample dataset (the test dataset has only one predictor) and used oracle data miner to run the regression. The output shows predictive confidence and test metrics but no p-value, t test for coefficients. And the test metrics don't match the results from R.
I have been reading about oracle statistical functions. Are they limited to one predictor? The 'REGR' functions don't seem to provide the output I want. 'ANOVA' provides SS, that I may be able to calculate the F statistic from, but again is it limited to one predictor?
Any help would be appreciated