summary.pdSRM: Summarize a pdSRM Object

Description Usage Arguments Value Examples

Description

This function is used internally as part of the construction of the pdSRM object that will fit the appropriate structure for the SRM. Attributes structNsame and noCorrelation, with the values of the corresponding arguments to the method function, are appended to object and its class is changed to summary.pdSRM

Usage

1
2
## S3 method for class 'pdSRM'
summary(object, structName = "Social Relations Model", ...)

Arguments

object

an object inheriting from pdSRM

structName

an optional character string with a description of the pdSRM class

...

optional arguments for some methods

Value

an object similar to object, with additional attributes structName

Examples

1
2
3
4
5
6
7
## Not run: 
o = lme(liking ~ 1, random=list(groupId=pdBlocked(list(pdIdent(~1),
pdSRM(~-1 + a1 + a2 + a3 + a4 + p1 + p2 + p3 + p4)))),
correlation=corCompSymm(form=~1 | groupId/pdSRM_dyad_id),
data=d, na.action=na.omit)

## End(Not run)

andrewpknight/roundRobinR documentation built on Dec. 19, 2021, 3:34 a.m.