print_dims {loo} | R Documentation |
Print dimensions of log-likelihood or log-weights matrix
Description
Print dimensions of log-likelihood or log-weights matrix
Usage
print_dims(x, ...)
## S3 method for class 'importance_sampling'
print_dims(x, ...)
## S3 method for class 'psis_loo'
print_dims(x, ...)
## S3 method for class 'importance_sampling_loo'
print_dims(x, ...)
## S3 method for class 'waic'
print_dims(x, ...)
## S3 method for class 'kfold'
print_dims(x, ...)
## S3 method for class 'psis_loo_ss'
print_dims(x, ...)
Arguments
x |
|
... |
Ignored. |
[Package loo version 2.8.0 Index]