View source: R/dimarLearnPattern.R
dimarLearnPattern | R Documentation |
Learns missing value occurence pattern from quantitative matrix by a logistic regression model
dimarLearnPattern(mtx)
mtx |
Quantitative matrix |
Logistic regression coefficients describing missing value pattern
#' mtx <- matrix(rnorm(1000),nrow=100)
mtx[sample(c(1:1000),100)] <- NA
coef <- dimarLearnPattern(mtx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.