Displaying 1 result from an estimated 1 matches for "idlabel".
Did you mean:
dilabel
2002 Feb 12
1
problem plotting nls objects: couldn't find function "..."
...status
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 <- al...