Hello everybody, I would like to know if within the glmmADMB package into R interface there is a way to deal with the NAs different than applying "dataformodeling= na.omit(dataframe)". This way as you may know removes all the rows of the data set with at leas 1 NA.
I would rather prefer to run my models with more observations. Thus, I am trying to find the way that the model takes into account the rest of information in the affected rows with at least 1 NA that, otherwise. with "na.omit", is eliminated. Thanks a lot indeed!!! Marta [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.