Displaying 1 result from an estimated 1 matches for "ing_al".
Did you mean:
ing_all
2009 May 22
1
Object not found
Hello,
I run into a problem:
> ftable(table(Fire, Standard, StoAll), col.vars=c("Fire","Standard"))
Error in table(Fire, Standard, StoAll) : object 'Fire' not found
I do not understand that because when I read the table everything seems
correct.
>
Stocking_all<-read.table("P://Benchmark//analysis//r//stocking_10//stock
ing_all.csv",header=TRUE,sep=",")
> names(Stocking_all)
[1] "ID_basic_tallesttree" "FID_plot" "Fire"
[4] "Time_Fire" "Standard"...