Skip to contents

Print Method for vector_rsa_model

Usage

# S3 method for class 'vector_rsa_model'
print(x, ...)

Arguments

x

An object of class vector_rsa_model.

...

Additional arguments (ignored).

Value

Invisibly returns the input object x (called for side effects).

Examples

if (FALSE) { # \dontrun{
  mdl <- vector_rsa_model(dataset, des)
  print(mdl)
} # }