search for: allv

Displaying 2 results from an estimated 2 matches for "allv".

Did you mean: all
2002 Feb 12
1
problem plotting nls objects: couldn't find function "..."
...ype = "pearson") ~ fitted(.), abline, id = NULL, idLabels = NULL, idResType = c("pearson", "normalized"), grid, ...) { object <- x if (!inherits(form, "formula")) { stop("\"Form\" must be a formula") } allV <- all.vars(asOneFormula(form, id, idLabels)) allV <- allV[is.na(match(allV, c("T", "F", "TRUE", "FALSE")))] if (length(allV) > 0) { data <- getData(object) if (is.null(data)) { alist <- lapply(as.list(allV),...
2006 Mar 23
2
lme plot
Hi all, I have a questions regarding mixed effects models: I'm trying to plot e.g. fitted vs residuals for each level of the random effects, and i'm getting the same error. I guess this might be a problem of the graphic capabilities of R. Is there any way to obtain those plots? library(nlme) attach(ergoStool) names(ergoStool) [1] "effort" "Type"