apply.shrink.dataframe: Apply functions to columns in a dataframe

Description Usage Arguments Value Note See Also

Description

apply.shrink for a dataframe, different functions can be applied to different columns, one for each column (?).

Usage

1
2
apply.shrink.dataframe(data, name.x, name.ind, FUNS = NULL, NA.rm = FALSE,
  resp.name = NULL, full.data.frame = FALSE, Set = NA, name.res, ...)

Arguments

data

Input dataframe

name.x

Input value columns

name.ind

Category columns

FUNS

Functions to apply

NA.rm

na-action, default FALSE

resp.name

???

full.data.frame

???

Set

?

name.res

User selected values for the results columns

...

Additional arguments (to what???

Value

Dataframe of variouse outcomes.

Note

Needs elaboration, although ... are included in the arguments list they don't seem to be used anywhere.

See Also

apply.shrink, merge


einarhjorleifsson/fjolst2 documentation built on May 16, 2019, 1:27 a.m.