search for: nvartype

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

Did you mean: vartype
2006 Apr 22
1
svyby example returns error
...e the problem. I've got as far as locating this bit of code from 'svyby' function, but can't tell much out of it, for arguments to 'match.arg' seem ok: ... if (missing(vartype)) vartype <- "se" vartype <- match.arg(vartype, several.ok = TRUE) nvartype <- pmatch(vartype, eval(formals(sys.function())$vartype)) ... Thanks in advance, Martin