search for: resvarnam

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

Did you mean: resvarnames
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(resSpe...
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...