4 ms·
This is a little strange, you are using a data.frame with only two points so any linear model with two different parameters will be 100% accurate. This is the
by justk 2y ago
This is a little strange, you are using a data.frame with only two points so any linear model with two different parameters will be 100% accurate. This is the line that connect two points.
- fjkdlsjflkds 2y agoAn affine model, yes (as I mentioned in my comment). A linear model, no ;) But, anyway, seems like I interpreted things incorrectly.