DSQ_scores | R Documentation |
This function calculates.
DSQ_scores(data, method = "current", keep = TRUE)
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. |
The intake values for calcium, etc.
data_scored <- DSQ_scores(data,method="c");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.