Description Usage Arguments Value
View source: R/RobustEnvelope.R
This is an adaptation with several improvements on functions in the Renvlp package. Incorporated
here is the robust maximum quasilikelihood estimation method also utilized in the robglm
function
for fitting predictor envelopes for binomial and poisson regressions. The benefit of this is that outliers in
the design matrix are less likely to have a negative impact on the estimation process. A further benefit of this
separation of responses classes in binomial regression is less likely to result in degeneracy of the maximum
likelihood estimate.
1 2 3 4 5 6 7 8 |
formula |
model formula |
data |
data frame |
rank |
number of dimensions |
se |
should standard errors for the regression basis be calculated? defaults to TRUE. |
init |
an optional initial covariate dimension reduction subspace. defaults to NULL. |
an sdr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.