Displaying 1 result from an estimated 1 matches for "basdata".
Did you mean:
basdat
2007 Jul 12
1
error problem with glht
...ving problems with the following 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.79...