| is.MVG_ideal_observer | R Documentation | 
Check whether x is an ideal observer with multivariate Gaussian (MVG) categories. Optionally, one can also check whether a lapse rate
and lapse bias is part of the ideal observer.
is.MVG_ideal_observer(
  x,
  group = NULL,
  category = "category",
  is.long = T,
  with.lapse = if (with.lapse_bias) T else F,
  with.lapse_bias = F,
  verbose = F,
  tolerance = 1e-05
)
x | 
 Object to be checked.  | 
group | 
 Name of one or more group variables, each unique combination of which describes an MVG_ideal_observer. (default: NULL)  | 
category | 
 Name of the category variable. (default: "category")  | 
is.long | 
 Is this check assessing whether the ideal observer is in long format ('TRUE') or wide format ('FALSE')? (default: 'TRUE')  | 
with.lapse | 
 Does this ideal observer have a lapse rate? (default: 'FALSE')  | 
with.lapse_bias | 
 Does this ideal observer have a lapse bias? (default: 'FALSE')  | 
verbose | 
 Should verbose output be provided? (default: 'TRUE')  | 
A logical.
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.