add_scores: Add scores

add_scoresR Documentation

Add scores

Description

add_scores() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add scores. The function returns Object (an output object of multiple potential types).

Usage

add_scores(
  X_YouthvarsProfile,
  scoring_tb,
  label_ds_1L_lgl = T,
  what_1L_chr = c("merged", "list")
)

Arguments

X_YouthvarsProfile

PARAM_DESCRIPTION

scoring_tb

Scoring (a tibble)

label_ds_1L_lgl

Label dataset (a logical vector of length one), Default: T

what_1L_chr

What (a character vector of length one), Default: c("merged", "list")

Value

Object (an output object of multiple potential types)


ready4-dev/scorz documentation built on June 1, 2025, 2:07 p.m.