peclayson / ERA_Toolbox

Matlab toolbox for obtaining dependability estimates for ERP measurements
6 stars 1 forks source link

Tested the new subroutines #8

Closed peclayson closed 8 years ago

peclayson commented 8 years ago

I pulled out the subroutines for the reliability analyses and plotting. They were tested for each possible combination of group and event as facets on Windows and Mac.

Description

Many subroutines were pulled out of the era_relfigures.m script. This should make things smoother for using the toolbox from the CLI. Going back to my roots!

Related Issue

No related issue

Motivation and Context

Make life easier to use toolbox from CLI

How Has This Been Tested?

Tested on Windows 7 and Mac OS 10.11.16 in Matlab 2014b and 2015b. Tested with data that had group and event as facets. Ran with each possible combination. The affected areas of code are the functions involved in calculating reliability estimates and displaying information.

Types of changes