plot.dfCorTest
, a method to plot the output of
dfCorTest
. It is designed to give a quick overview
of a dfCorTest
object and to check the assumption of independece between development factors.
# S3 method for dfCorTest
plot(x, type = "l", xlab = "T", ylab = "Density",
main = "Development Factor Correlation", col.area = "gray",
border = NA, ...)
output from dfCorTest
Default: "l". What type of plot should be drawn
Default: "Z". X axis label
Default: "Density". Y axis label
Default: "Development Factor Correlation". Plot title
Default: "gray". Color of the shaded area.
Default: NULL, the color to draw the border. Use border = NA
to omit borders.
optional arguments. See plot.default
for
more details.
Marco De Virgilis devirgilis.marco@gmail.com
plot.dfCorTest
shows the underlying distribution, the test statistic \(Z\) and the relative Confidence Interval.
If the test statistic \(Z\) is within the highlighted region the hypothesis of correlation between development factors could be rejected.
See Also dfCorTest
,
summary.dfCorTest