search for: idrestyp

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

Did you mean: idrestype
2002 Feb 12
1
problem plotting nls objects: couldn't find function "..."
...major 1 minor 4.1 year 2002 month 01 day 30 language R Barry J. Cooke > plot.nls function (x, form = resid(., type = "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(all...