ttest_nps | R Documentation |
Returns a diagnostic message and the margin of error.
ttest_nps(x, conf_level = 0.95)
x |
NPS vector to be passed through. Use |
conf_level |
Numeric value to specify the confidence level. Defaults to 0.95. |
x <- sample(0:10, 1000, replace = TRUE)
nps_x <- surveytoolbox::as_nps(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.