fix_to_data_frame: Transformiere zu data.frame

Description Usage Arguments Value

Description

fix_levels ist fuer dta fix_colnames ist fuer Formatieren in der Funktion Output()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
fix_to_data_frame(x, ...)

## Default S3 method:
fix_to_data_frame(x, ...)

## S3 method for class 'ftable'
fix_to_data_frame(
  x,
  ncol = length(attributes(x)$col.vars),
  nrow = length(attributes(x)$row.vars),
  nlength = ncol + nrow,
  ...
)

## S3 method for class 'table'
fix_to_data_frame(x, ...)

Arguments

x

vektor liste oder matrix

...

weiter Argumente

ncol

nicht zum aendern

nrow

nicht zum aendern

nlength

nicht zum aendern

Value

ein data.frame Objekt


stp4/stp25output documentation built on Sept. 19, 2021, 11:56 a.m.