Description Usage Arguments Author(s) Examples
Plotting the results of the pvcaBarcgAssess.bbea()
1 2 3 |
pvcaObj |
PVCA data |
Maria Suprun, Randall J. Ellis, Mayte Suárez-Fariñas
1 2 3 4 5 6 7 8 9 10 | data(Milk)
bbeaN <- MFI2nMFI(bbea, offset = 0.5, rmNeg = TRUE)
eset <- nMFI2Eset(nMFI.object = bbeaN)
pvca.obj<-pvcaBatchAssess.bbea(eset,
threshold=0.8,
batch.factors=c('Plate','Treatment','Visit',"SUBJECT.ID"),
include.inter='Treatment:Visit')
pvca.plot(pvca.obj, fname='PVCA.Plate.Covariates', ht=4, wd=5.5,
order=c('Plate','Treatment','Visit',
'Treatment x Visit',"SUBJECT.ID",'resid'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.