How to design a DoE to compare appliances with different batch size
Hello!I want to compare if two machines have the same pressure output. However, one machine, namely A, outputs batches of size 15 and machine B output batches of size 90.Ideally, my model would bey_ijk = mu + m_i + m_i/b_ij + e_ijkwhere y is the pressure at machine i, batch j and replicate k, m is the machine, b is the batch and e is the random error.How would I create this design in JMP, making s...