R/STIC.RFimpute.R

Defines functions STIC.RFimpute

Documented in STIC.RFimpute

STIC.RFimpute <- function(p.a, ...){
  new <- data.frame(apply(p.a, 2, function(x) as.factor(x)), stringsAsFactors = TRUE)
  mf <- missForest(new, ...)
  mf
}

Try the streamDAG package in your browser

Any scripts or data that you put into this service are public.

streamDAG documentation built on April 4, 2025, 12:28 a.m.