This article applies to:
E-Prime 3.0
E-Prime 2.0
Detail
Originally, the FactorSpace.Size function only returned the total amount of trials within a list without taking into consideration the assigned Weight of the trial(s). The FactorSpace.SizeWithWeight function returns the total amount of trials within a list as well as includes information about the Weight of the trial(s).
The value of Weight for each level is considered. For example, the SizeWithWeight value of the following FactorSpace representation would be 6 because the Weight value of FactorLevel 4 is 2. The Size value would be 5.
ID | Weight |
1 | 1 |
2 | 1 |
3 | 1 |
4 | 2 |
5 |
1 |
As the trials are run, the SizeWithWeight value decreases.
For further information on scripting using E-Basic, please refer to the E-Prime Command Reference (https://pstnet.com/ecr).
Comments
0 comments
Please sign in to leave a comment.