p2canon.object {dae} | R Documentation |
Description of a p2canon object
Description
An object of class p2canon
that contains information derived from two
formulae
using projs.2canon
.
Value
A list
of class p2canon
. It has two components: decomp
and
aliasing
. The decomp
component iscomposed as follows:
It has a component for each component of
Q1
.Each of the components for
Q1
is alist
; each of theselists
has one component for each ofQ2
and a componentPres
.Each of the
Q2
components is alist
of three components:pairwise
,adjusted
andQproj
. These components are based on an eigenalysis of the relationship between the projectors for the parentQ1
andQ2
components.Each
pairwise
component is based on the nonzero canonical efficiency factors for the joint decomposition of the two parent projectors (seeproj2.eigen
).An
adjusted
component is based on the nonzero canonical efficiency factors for the joint decomposition of theQ1
component and theQ2
component, the latter adjusted for allQ2
projectors that have occured previously in thelist
.The
Qproj
component is the adjusted projector for the parentQ2
component.
The
pairwise
andadjusted
components have the following components:efficiencies
,aefficiency
,mefficiency
,sefficiency
,eefficiency
,xefficiency
,order
anddforthog
– for details seeefficiency.criteria
.
The aliasing
component is a data.frame decribing the aliasing between
terms corresponding to two Q2
projectors when estimated in subspaces
corresponding to a Q1
projector.
Author(s)
Chris Brien
See Also
projs.2canon
, designAnatomy
, pcanon.object
.