Skip to contents

renewSlot method applied to YouthvarsSeries

Usage

# S4 method for YouthvarsSeries
renewSlot(
  x,
  slot_nm_1L_chr = "descriptives_ls",
  nbr_of_digits_1L_int = 3L,
  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_,
  profiled_vars_ls = deprecated(),
  timepoints_int = c(1L, 2L),
  ...
)

Arguments

x

An object of class YouthvarsSeries

slot_nm_1L_chr

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

nbr_of_digits_1L_int

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

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'

profiled_vars_ls

Profiled variables (a list), Default: deprecated()

timepoints_int

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

...

Additional arguments

Value

x (An object of class YouthvarsSeries)