摘要:
在sql server中执行一个嵌套查询,结果总是出错,查询语句如下: select count(1) from (select slabid, count(1) from SlabRuleResult group by slabid) 错误提示如下: Msg 102, Level 15, Stat 阅读全文
摘要:
用R语言做了一个简单的线性回归模型,在用这个模型预测时 > predict(tv_fit, newdata = data.frame(TV=45)) ,遇到了警告: Warning message: 'newdata' had 2 rows but variables found have 200 阅读全文
摘要:
学习An Introduction to Statistical Learning with Applications in R (Second Edition) 时,第63页的FIGURE 3.2的图看起来挺有意思,如下: 想试着自己画一下,花了不少时间终于画了个差不多 首先得到TV对应sales 阅读全文