标签: r
我知道有很多关于此的问题,但我找不到答案。 我有一个简单的回归lm模型,但它不会绘制darn abline!
thulemcmodel = lm(thulemca~thulecosmicray,data = mc) 情节(mc $ thulemca,mc $ thulecosmicray,ylim = c(3000,5000)) abline(thulemcmodel)
thulemcmodel = lm(thulemca~thulecosmicray,data = mc)
情节(mc $ thulemca,mc $ thulecosmicray,ylim = c(3000,5000))
abline(thulemcmodel)
出了什么问题?