From 31fed4bc1aaf32f25698cc2af8159c88ecdfa8af Mon Sep 17 00:00:00 2001 From: dhiginbotham Date: Sun, 3 Apr 2016 10:24:30 -0400 Subject: [PATCH] Minor Bug Corrections --- Power-Series/maclaurin.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Power-Series/maclaurin.R b/Power-Series/maclaurin.R index 665cdbb..c9b11eb 100644 --- a/Power-Series/maclaurin.R +++ b/Power-Series/maclaurin.R @@ -46,8 +46,8 @@ data <- read.table("data/ge-lowQ2.dat", header=TRUE , col.names = c("x", "y", "dy")) #data <- read.table("data/default.dat", header=TRUE, col.names = c("x", "y", "dy")) #data <- read.table("data/PRAD-projected.dat", header=TRUE, col.names = c("x", "y", "dy")) - #data <- read.table("data/ge.dat", header=FALSE , col.names = c("q2", "Ge", "dGe")) - #data <- read.table("data/bevington.dat", header=FALSE , col.names = c("q2", "Ge", "dGe")) + #data <- read.table("data/ge.dat", header=FALSE , col.names = c("x", "y", "dy")) + #data <- read.table("data/Bevington.dat", header=TRUE , col.names = c("x", "y", "dy")) # # Define the mininum model. #