plot.pa: Summary statistics of the parameters.

Description Usage Arguments See Also Examples

View source: R/paTools.R

Description

This function is used to obtain MCMC summary statistics.

Usage

1
2
3
## S3 method for class 'pa'
plot(x, treatment=FALSE, differences=FALSE, zval=FALSE, 
        variance=FALSE, covariance=FALSE, length.out=10, ...)

Arguments

x

Object of class inheriting from "pa".

treatment

Logical, if TRUE then plots the treatment surface.

differences

Logical, if TRUE then plots the surface of the treatment differences.

zval

Logical, if TRUE then plots the surface of the Z-value for the treatment differences.

variance

Logical, if TRUE then plots the surface of the treatment variances.

covariance

Logical, if TRUE then plots the surface of the treatment covariances.

length.out

Numeric statement to adjust the labels of the plot. Default is 10.

...

Other arguments.

See Also

run.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
##

plot(out, treatment=TRUE) # where out is the output from pa class
plot(out, difference=TRUE) # 
plot(out, zval=TRUE) # 
plot(out, variance=TRUE) # 
plot(out, covariance=TRUE) # 

##

## End(Not run)

ksbakar/oft documentation built on July 28, 2020, 4:23 a.m.