gaussian_scaled_from_df: Calculate fine-grained Gaussian from parameters dataframe

Description Usage Arguments Examples

Description

Calculate fine-grained Gaussian from parameters dataframe

Usage

1
gaussian_scaled_from_df(df, minSPE, maxSPE, grain)

Arguments

df

data.frame with columns (of only length 1) efficacy, latency, precision

minSPE

smallest possible serial position error

maxSPE

largest possible serial position error

grain

grain, which is width of bins for which will calculate the area in the Gaussian

Examples

1
2
3
4
5
 ## Not run: 
df <-  subset(P2E2pilot,subject=="CB" & target==1 & condition==1)
plot_hist_with_fit(df, -11, 11, df$targetSP, 16, TRUE, TRUE, TRUE)
 
## End(Not run)

alexholcombe/mixRSVP documentation built on June 7, 2019, 3:50 p.m.