R/tot.rmse.R

Defines functions tot.rmse

Documented in tot.rmse

#' Description
#'
#' @export

tot.rmse = function(o, h_exp, h_obs, i)
{
  tot = rmse(h_exp[,i], h_obs[o,i])
  return(tot)
}
ayurovsky/rnaGinesis documentation built on Dec. 19, 2021, 6:36 a.m.