Community Profile

photo

T27667


Kobenhavns Universitet

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how to transmit the row and column names using table2cell?
This is my used commands: mdl = fitlm(ds,'linear','RobustOpts','on'); Estimate = table2cell(mdl.Coefficients); In r2013...

10 years ago | 0 answers | 0

0

answers

Question


estimate and SE in a linear regression becomes 0
...and tStat and pValue becomes NaN. What is the typical reason for that? It is a dummy (either 0 or 1) by the way. I get the...

10 years ago | 1 answer | 0

1

answer

Question


Error using hac (in order to get robust standard errors)
I am reducing a (robust) linear regression using backwards elimination. In order to get robust, i.e. heteroscedasticity and auto...

10 years ago | 0 answers | 0

0

answers

Answered
Robust standard errors on coefficients in a robust linear regression
Yes, I am interested in estimates and standard errors which are both outlier robust AND heteroskedasticity consistent. From the ...

10 years ago | 0

Question


Robust standard errors on coefficients in a robust linear regression
I am new in MATLAB and have performed a robust linear regression with the 2 commands: ds = dataset('XLSFile','C:\...\data...

10 years ago | 2 answers | 0

2

answers

Question


export output from a linear regression to Excel
Is it possible to export the output after having performed a linear regression to Excel? In other words, to export the variable ...

10 years ago | 2 answers | 0

2

answers

Answered
linear regression on excel dataset
Ohh, my second attempt actually worked and the estimates and so on were produced in spite of the warnings. I miss some output...

10 years ago | 0

Question


linear regression on excel dataset
I am new in MATLAB and have tried to do a linear regression with the code: >> filename = 'C:\Users\Troels\Dropbox\Analyse & R...

10 years ago | 2 answers | 0

2

answers