search for: raw_ols1

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

2013 May 03
1
Likelihood
Hi all, I have run a regression and want to calculate the likelihood of obtaining the sample. Is there a way in which I can use R to get this likelihood value? Appreciate your help on this. The following are the details: raw_ols1=lm(data$LOSS~data$GDP+data$HPI+data$UE) summary(raw_ols1) Call: lm(formula = data$LOSS ~ data$GDP + data$HPI + data$UE) Residuals: Min 1Q Median 3Q Max -0.0023859 -0.0006236 0.0002444 0.0006739 0.0017713 Coefficients: Estimate Std....