Displaying 1 result from an estimated 1 matches for "lnarea".
Did you mean:
narea
2007 Jul 12
1
error problem with glht
...omments 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.09768000
#5 SFK 4 1.92408000 2.31617000
# ....
#21 NFK 6 3.88342000 5.50927000
#22 NFK 6 3.84522000 5.13474000
#23 NFK...