Displaying 1 result from an estimated 1 matches for "rcpue".
Did you mean:
cpue
2006 Sep 21
2
R data query
...e. See the sequence below:
> fish3.fis <-read.csv("emperor2.csv", check.names = TRUE, strip.white =
TRUE)
> colnames(fish3.fis)
[1] "Month" "Year" "FishingArea"
"SumOfTotalCatch" "CPUE"
[6] "rCPUE" "PA" "Latitude" "Longitude"
"Depth"
[11] "SST"
> hist(CPUE)
Error in hist(CPUE) : Object "CPUE" not found
So, the system knows CPUE exists, but will not do a hist or a gam model...