| signedSquareRoots {profileModel} | R Documentation |
Convert a "profileModel" object to contain the signed square
roots of the profiles.
## S3 method for class 'profileModel': signedSquareRoots(prof)
prof |
a "profileModel" object. |
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.
an object of class "profileModel".
Ioannis Kosmidis <I.Kosmidis@warwick.ac.uk>