I am getting the following error: Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : 0 (non-NA) cases when running the command scatterplotMatrix(~THL+WL+BD+TL+Mass|SEX_,by.group=TRUE,plot.points=T,smooth=F,main=spp,) it works fine without the "by group" option I assume there are some cases with too few values, how can I get the loop containing this line to skip errors and move on to the next case? [[alternative HTML version deleted]]
Seemingly Similar Threads
- using get and paste in a loop to return objects for object names listed a strings
- Scatterplot matrix with partly transformed axis
- difference between linear model & scatterplot matrix
- Geneland error on unix: Error in MCMC(........ :, unused argument(s) (ploidy = 2, genotypes = geno)
- Can I index a dataframe with a reference from/to a second dataframe?