search for: data_into7_test

Displaying 1 result from an estimated 1 matches for "data_into7_test".

2007 Jul 12
1
error problem with glht
...g code where I want to test the null hypothesis that regression slopes are the same among regressions. Here''s the code I''ve written with comments that include the final error I get. ... initial.dir <- getwd() library(systemfit) library(multcomp) basdata <- read.table("data_into7_test.txt", header=TRUE,sep="") #show basdata basdata #output from above looks like this ... # basin Order lnLcl lnArea #1 SFK 6 3.46322000 5.19766000 #2 SFK 6 3.51767000 5.11809000 #3 SFK 6 3.79962000 5.79118000 #4 SFK 6 2.90242000 4.0...