Description Usage Arguments Value Examples
Generate Text Describing Maximum Detection and Defective Rate for Special Item
1 | text_drug_detdef_max(data, colname, specify, change = TRUE)
|
data |
a data frame. |
colname |
character. The name of the item column. |
specify |
character. The specified value for |
change |
logical, default TRUE. Whether to change qualification rate to fraction defective. |
character of a sentence.
1 2 | df <- data.frame(item = c('a','b','a','a'), detection_rate_percent = runif(4,0,100), qualification_rate_percent = runif(4,0,100))
text_drug_detdef_max(df, "item", 'a')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.