search for: fcv_fitted

Displaying 1 result from an estimated 1 matches for "fcv_fitted".

Did you mean: f_fitted
2009 Jan 19
0
Error while adding legends to xyplot
...it shows error and R terminates abruptly. So I will be grateful if somebody could guide me to overcome this since I am interested in saving the graphs as a Meta file than any other file! Below furnished is the R Code that I have used for the same. CorrCoeff <- 0 Corr <- cor.test(FCV, FCV_Fitted) CorrCoeff <- as.numeric(round(Corr$estimate,4)) myPlot <- xyplot(FCV + FCV_Fitted ~ Year, data=Tobacco, col=c("orange","blue4"), freq=TRUE, main="FCV Tobacco Production & Forecasted Figures Over The Years : India", font=2, type="b",...