View source: R/print_gpt_fit.R
print.gpt_fit | R Documentation |
Either estimated parameters (single data set) or summary of estimates (if model was fitted for a sample of participants using group
)
## S3 method for class 'gpt_fit'
print(x, ci = 0.95, digits = 3, EM = FALSE, ...)
x |
fitted model of |
ci |
probability for confidence interval |
digits |
number of digits to be printed |
EM |
whether to use parameter estimates and likelihood from expectation-maximization (EM) fit or from the gradient-based optimization |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.