calculate_alpha_and_activation: Calculate fact activation and alpha (rate of forgetting)

View source: R/calculate_alpha_and_activation.R

calculate_alpha_and_activationR Documentation

Calculate fact activation and alpha (rate of forgetting)

Description

Returns the data frame with a column for activation and alpha for all trials. This will override existing columns called 'alpha' or 'activation'. This data frame will not contain any data that has been reset.

Usage

calculate_alpha_and_activation(
  data,
  minAlpha = 0.15,
  maxAlpha = 0.5,
  fThreshold = -0.8,
  standardAlpha = 0.3
)

Arguments

data

A data frame

minAlpha

The minimum value that the alpha can be

maxAlpha

The maximum value that the alpha can be

fThreshold

Threshold below which the user forgets a fact

standardAlpha

The default alpha that all items start with

Value

Original data frame with columns for activation and alpha, without reset data

See Also

Other calculation functions: calculate_repetition()


VanRijnLab/SlimStampeRData documentation built on July 26, 2022, 7:31 p.m.