is-vaje/v2/.Rhistory

4 lines
156 B
R
Raw Permalink Normal View History

2022-10-24 15:50:54 +02:00
train.data <- read.table("./data/AlgaeLearn.txt", header = T)
test.data <- read.table("./data/AlgaeTest.txt", header = T)
lm.model <- lm(a1 ~., train.data)