So I've run into this weird error in R. I have a simple function which returns an error term when …
rm(list=ls(all=TRUE)) data <- read.csv("con.csv", header=TRUE, sep = ",") x <- data$X0 …