photo

Guohua


Last seen: 1 month ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How does fitlm set reference level with categorical variables?
I am running linear regression using fitlm with categorical datasets: model = fitlm(DataTable ,'Score ~ Industry + Rating + Liq...

1 month ago | 1 answer | 0

1

answer

Question


How to run logistic regression with state variables?
I am trying to run a logistic regression analysis of default/non-default for coporate bonds, prob of default = 1/(1+exp(-f(x))...

7 months ago | 1 answer | 0

1

answer

Question


readtable error : read all columns into a single column
I am using readtable to read a *.txt file into table data = readtable('test.txt', 'Format','auto') the data file have 10 colum...

1 year ago | 2 answers | 0

2

answers