DSQ_scores: Scoring DSQ

View source: R/DSQ.R

DSQ_scoresR Documentation

Scoring DSQ

Description

This function calculates.

Usage

DSQ_scores(data, method = "current", keep = TRUE)

Arguments

data

The input data frame.

method

The version of scoring algorithm. Choose from "current" or "earlier". The default is "current".

keep

Whether to keep the variables in the input data frame. The default is TRUE.

Value

The intake values for calcium, etc.

Examples

data_scored <- DSQ_scores(data,method="c");

wzhou7/Fruved documentation built on June 15, 2025, 1:16 a.m.