treat.diffs: ~~function to do ... ~~

Usage Arguments Examples

Usage

1
treat.diffs(p, Treat)

Arguments

p
Treat

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (p, Treat) 
{
    expect.score = apply(p, 1:2, function(x) sum(x * seq(length(x))))
    treat.diff = apply(expect.score, 1, function(x, Treat) sum(x * 
        (2 * Treat - 1))/(length(x)/2), Treat)
  }

jservadio/TrialistNof1 documentation built on May 20, 2019, 2:08 a.m.