Displaying 1 result from an estimated 1 matches for "sparsedebug".
2005 Jan 12
4
"model.response" error
...ghtly different data structure and
the problem I'm sure is with my changes, not his code).
<command name> <- function (formula, data = list(), weights, na.action =
na.fail, type = "lag", quiet = TRUE, zero.policy = FALSE, tol.solve = 1e-07,
tol.opt = .Machine$double.eps^0.5, sparsedebug = FALSE)
{
mt <- terms(formula, data = data)
mf <- lm(formula, data, na.action = na.action, method = "model.frame")
na.act <- attr(mf, "na.action")
if (!is.matrix.csr(weights))
cat("\nWarning: weights matrix not in sparse form\n")
s...