TSK | R Documentation |
This package contains the TSK function TSK(), which allows you to calculate thresholds, skewness, and kurtosis give categorical response probabilities.
TSK(n, res_prop)
n |
A sample size as an interger. |
res_prob |
A vector of categorical response probabilities. |
TSK will return threshold values and corresponding response probabilities and cumulative probabilities. It will also return skewness and kurtosis values. Kurt1 uses the regular formula of kurtosis but it subtract the value with -3. Kurt2 is the original value. Kurt3 uses formula found in Sheskin (2000).
Hahs_Vaughn2012AUTTT
\insertRefFinney2013AUTTT
\insertRefKline2015AUTTT
\insertRefMcDonald1999AUTTT
\insertRefUCLAAUTTT
# Probability of each response category res1<-4/120 res2<-16/120 res3<-50/120 res4<-50/120 res.prop<-c(res1, res2, res3, res4) TSK(n = 1200, res_prop = res.prop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.