Displaying 2 results from an estimated 2 matches for "resvarnames".
Did you mean:
predvarnames
2015 Jan 14
2
R CMD check: "..." used in a situation where it does not exist
...t valid 'fsets' objects")
}
class(arg) <- setdiff(class(arg), 'fsets')
if (is.null(res)) {
resVars <- vars(arg)
resSpecs <- specs(arg)
res <- arg
} else {
resVarNames <- c(names(resVars), names(vars(arg)))
resVars <- c(resVars, vars(arg))
names(resVars) <- resVarNames
o1 <- matrix(0, nrow=nrow(resSpecs), ncol=ncol(specs(arg)))
o2 <- matrix(0, nrow=nrow(specs(arg)), ncol=ncol(resSpecs...
2015 Jan 14
0
R CMD check: "..." used in a situation where it does not exist
...gt; }
> class(arg) <- setdiff(class(arg), 'fsets')
> if (is.null(res)) {
> resVars <- vars(arg)
> resSpecs <- specs(arg)
> res <- arg
> } else {
> resVarNames <- c(names(resVars), names(vars(arg)))
> resVars <- c(resVars, vars(arg))
> names(resVars) <- resVarNames
>
> o1 <- matrix(0, nrow=nrow(resSpecs), ncol=ncol(specs(arg)))
> o2 <- matrix(0, nrow=nrow(specs(a...