Description Usage Arguments Details Value Author(s) References Examples
Testo di descrizione \loadmathjax
1 2 3 4 5 6 7 8 9 10 |
r |
numeric, observed ratings (either the vector of microdata or the vector of the m observed frequencies (frequency table) |
g |
numeric vector, 'latent' categories assigned to each rating point; if |
m |
integer, number of categories of the response scale (active only when |
maxT |
numeric, maximum value for T (must be maxT > m-1, default = 2m-1); active only when |
param0 |
numeric, starting values for pai and xi (default: c(0.5,0.5)) |
freq.table |
logical, if TRUE, the data in r is the vector of the m observed frequencies (frequency table) (default=TRUE) |
method |
character, "NM" (likelihood based - Melder-Mead maximization) - "EM" (likelihood based - EM algorithm) |
dk |
numeric, proportion of 'don't know' responses; if declared, in addition to the estimate of pai, the estimated of pai adjusted for the presence of dk responses is provided |
(Details here). Se serve possiamo inserire anche formule con Latex: \mjdeqn\sum_k=1^n n \choose k p^k (1-p)^n-ktesto ascii
A list with the following estimates:
parameter estimates (pai, xi, and g)
fitted frequencies
diss index
average transition probabilities
transition probabilities matrix
unconditional transition probability
expected number of one-rating-point increments
The command can also display two graphs: observed vs fitted frequencies + transition plot
Paola Zuccolotto, Marica Manisera, Sandri Marco
M. Manisera and P. Zuccolotto (2014) Modeling rating data with Nonlinear CUB models. Computational Statistics and Data Analysis, 78, pp. 100–118
M. Manisera and P. Zuccolotto (2014) Nonlinear CUB models: The R code. Statistical Software - Statistica & Applicazioni, Vol. XII, n. 2, pp. 205-223
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.