Skip to contents

manufacture method applied to YouthvarsProfile

manufacture method applied to YouthvarsSeries

Usage

# S4 method for YouthvarsProfile
manufacture(
  x,
  element_nm_1L_chr = "overall",
  nbr_of_digits_1L_int = 3L,
  profile_chr = character(0),
  what_1L_chr = "descriptives_ls",
  ...
)

# S4 method for YouthvarsSeries
manufacture(
  x,
  compare_by_time_chr = NA_character_,
  compare_by_time_with_test_chr = NA_character_,
  compare_ptcpn_chr = NA_character_,
  compare_ptcpn_with_test_chr = NA_character_,
  nbr_of_digits_1L_int = 3L,
  timepoints_int = c(1L, 2L),
  what_1L_chr = "descriptives_ls",
  ...
)

Arguments

x

An object of class YouthvarsSeries

element_nm_1L_chr

Element name (a character vector of length one), Default: 'overall'

nbr_of_digits_1L_int

Number of digits (an integer vector of length one), Default: 3

profile_chr

Profile (a character vector), Default: character(0)

what_1L_chr

What (a character vector of length one), Default: 'descriptives_ls'

...

Additional arguments

compare_by_time_chr

Compare by time (a character vector), Default: 'NA'

compare_by_time_with_test_chr

Compare by time with test (a character vector), Default: 'NA'

compare_ptcpn_chr

Compare ptcpn (a character vector), Default: 'NA'

compare_ptcpn_with_test_chr

Compare ptcpn with test (a character vector), Default: 'NA'

timepoints_int

Timepoints (an integer vector), Default: c(1L, 2L)

Value

Object (an output object of multiple potential types)

Object (an output object of multiple potential types)