A vector of logicals, testing whether each constraint matrix
is a one-column matrix of ones.
Note that parallelism can still be thought of as holding if
the constraint matrix has a non-zero but constant values, however,
this is currently not implemented.
No checking is done that the constraint matrices have the
same number of rows.
require(VGAMdata)
fit <- vglm(educ ~ bs(age) * sex + ethnic,
cumulative(parallel = TRUE), xs.nz[1:200, ])
is.parallel(fit)
is.parallel(fit, type = "lm") # For each column of the LM matrix