Description Usage Arguments Value See Also Examples
View source: R/mmdml-methods.R
This is a method for the class mmdml
.
It computes two-sided
confidence intervals for testing the two-sided component-wise
null hypotheses
H_0: β_j = 0
with the (approximate) asymptotic Gaussian distribution of the coefficient
estimator. The method can be applied to objects
of class mmdml
that typically result from a function
call to mmdml
.
1 2 |
object |
An object of class |
parm |
A vector containing the indices for which β_0-entries
confidence intervals should be computed. By default, it is set to
|
level |
A number between 0 and 1 representing
the confidence level. The default is |
... |
Further arguments passed to or from other methods. |
A matrix with columns giving the lower and upper confidence limits for each
entry of β_0.
The columns are labelled as
These will be labelled as (1-level)/2
% and
1 - (1-level)/2
%, by default 2.5% and 97.5%.
1 | ## See example(mmdml) for examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.