R/af.R

Defines functions af

Documented in af

af = function(DataFrame, Cols)
{
  for (i in Cols) DataFrame[, i] = as.factor(DataFrame[, i])
  return(DataFrame)
}

Try the sasLM package in your browser

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

sasLM documentation built on Nov. 19, 2023, 5:12 p.m.