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 June 22, 2024, 6:55 p.m.