Displaying 1 result from an estimated 1 matches for "compatflag".
2010 Jun 17
0
Modifyiing R working matrix within "gee" source code
...if (!(is.double(x)))
x <- as.double(x)
if (!(is.double(y)))
y <- as.double(y)
if (!(is.double(id)))
id <- as.double(id)
if (!(is.double(N)))
N <- as.double(N)
modvec <- as.integer(c(linkv, varfunv, corstrv))
if (v4.4compat)
compatflag <- 1
else compatflag <- 0
z <- .C("Cgee", x, y, id, N, offset, nobs, p, modvec, Mv,
estb = beta, nv = naivvar, rv = robvar, sc = phi, wcor = R,
tol, mc = maxcl, iter = maxiter, silent, err = errstate,
scale.fix, as.integer(compatflag), PACKAGE = &q...