【发布时间】:2016-01-18 18:57:21
【问题描述】:
正如标题所示,我在 Matlab 中使用“fitlm”,它工作得非常好。当我运行代码时,估计的系数如下所示:
mdl1 =
Linear regression model:
y ~ 1 + x1
Estimated Coefficients:
Estimate SE tStat pValue
________ _________ ______ ______
(Intercept) 2.1999 0.0043976 500.25 0
x1 591.68 0.31096 1902.8 0
Number of observations: 24800, Error degrees of freedom: 24798
Root Mean Squared Error: 0.693
R-squared: 0.993, Adjusted R-Squared 0.993
F-statistic vs. constant model: 3.62e+06, p-value = 0
如何将这些数据保存到文件或表格中?
谢谢
【问题讨论】:
标签: matlab save linear-regression