View source: R/calculate_alpha_and_activation.R
calculate_alpha_and_activation | R Documentation |
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.
calculate_alpha_and_activation( data, minAlpha = 0.15, maxAlpha = 0.5, fThreshold = -0.8, standardAlpha = 0.3 )
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 |
Original data frame with columns for activation and alpha, without reset data
Other calculation functions:
calculate_repetition()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.