Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 R 的容差包中的 plottol 函数,并在生成我的绘图后收到错误/警告,上面写着“注意:拟合通过原点的回归!”
我已经用谷歌搜索了它,但什么也没想到,我不知道从哪里开始试图弄清楚它在警告我什么。
它通常表示拟合模型,其中截距项被强制为零(换句话说,模型没有截距)。模型中的截距是当等于 0时y ~ x的期望。通过将截距设置为 0,我们明确说明当 0为 0 时期望为 0。换句话说,拟合的直线通过点 ( 0,0),即原点。yxyxy ~ x
y ~ x
y
x
如果您想要一个不太笼统的解释(更适合您的具体示例),您需要提供更多详细信息,说明您正在使用哪些公差功能,例如通过可重复的示例。