slove the start>end error

Error in if (start > end) stop("'start' cannot be after 'end'") :
missing value where TRUE/FALSE needed
In addition: Warning messages:
1: In ts(gc$Total.LCVs, start = min(gc$YEARS[1]), end = max(gc$YEARS[8]), :
NAs introduced by coercion
2: In ts(gc$Total.LCVs, start = min(gc$YEARS[1]), end = max(gc$YEARS[8]), :
NAs introduced by coercion

Are those the issues?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.