signedSquareRoots: Get the signed square roots of the profiles in `profileModel'
Description
Convert a "profileModel"
object to contain the signed square
roots of the profiles.
Usage
# S3 method for profileModel
signedSquareRoots(prof)
Value
an object of class "profileModel"
.
Details
signedSquareRoots
takes as input a "profileModel"
object
and results to another "profileModel"
object that contains the
signed square roots of the profiled differences. The method only
applies if agreement
is set to TRUE
in prof$call
.