Learn R Programming

EffectsRelBaseline (version 0.5)

relBackgroundLL: Log-likelihood ratio of grouped responses being drawn from a background distribution.

Description

Compute the log-likelihood ratio of the grouped responses being obtained from a background distribution given its mean and variance.

Usage

relBackgroundLL(resp, groups, backMean, backVar)

Arguments

resp
response values
groups
grouping variables (will be treated as factors)
backMean
mean of the background distribution
backVar
variance of the background distribution

Value

log-likelihood ratio

References

Steinmetz, P.N. & Thorp, C.K. (2013) Testing for effects of different stimuli on neuronal firing relative to background activity. Journal of Neural Engineering, in review.

See Also

fRatioStat,LL1WayAnova,sumSqCat

Examples

Run this code
# calculate test statistic for one cluster
data(ef)
df<-subset(ef,clustId=='ch26cl3')
relBackgroundLL(df$absResp,df$race,mean(df$absBkg),var(df$absBkg))

Run the code above in your browser using DataLab