| lincircmod-class {activity} | R Documentation |
An S4 class describing linear-circular relationships.
Description
An S4 class describing linear-circular relationships.
Slots
dataObject of class
"data.frame", the input data, with columnslindat(linear data) andcircdat(circular data).fitObject of class
"data.frame", summary of the model fit, with columns:x: A regular ascending sequence from 0 to 2*pi at which other columns evaluated;fit: The linear fitted values;p: The two tailed probability of observing the fitted values under a random (null) circular distribution;nullLCL: The lower 95% confidence limit of the null distribution;nullUCL: The upper 95% confidence limit of the null distribution.
[Package activity version 1.3.4 Index]