| nmf.rrr.signed.inference | R Documentation |
Post-estimation inference for the signed bottleneck
\Theta = C_{+} - C_{-} in the Signed-Bottleneck NMF-AE model
Y_1 \approx X_1 \Theta X_2 Y_2, conditional on
(\hat X_1, \hat X_2). Uses sandwich covariance and wild bootstrap
without the non-negativity projection that nmfae.inference
applies (because \Theta is unconstrained in sign here).
nmf.rrr.signed.inference(object, Y1, Y2 = Y1, wild.bootstrap = TRUE, ...)
object |
A fitted |
Y1 |
Output matrix used during fitting. |
Y2 |
Input matrix used during fitting. Default |
wild.bootstrap |
Logical. Default |
... |
Additional arguments:
|
An object of class c("nmfae.signed.inference",
"nmfae.inference", "nmfae.signed", "nmfae", "nmf") with added fields:
sigma2.used |
Estimated |
C.se, C.se.boot |
Sandwich / bootstrap SEs for |
C.ci.lower, C.ci.upper |
Bootstrap CIs. |
coefficients |
Data frame with Estimate, SE, BSE, z, p-value, CI. |
C.p.side |
P-value side used. |
This function is experimental. The interface may change in future versions.
Ding, C. H. Q., Li, T., & Jordan, M. I. (2010). Convex and semi-nonnegative matrix factorizations. IEEE Transactions on Pattern Analysis and Machine Intelligence, 32(1), 45–55.
nmfae.signed, nmfae.inference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.