Learn R Programming

activity (version 1.0)

lincircmod-class: An S4 class describing linear-circular relationships.

Description

An S4 class describing linear-circular relationships.

Arguments

Slots

data
Object of class "data.frame", the input data, with columns lindat (linear data) and circdat (circular data).
fit
Object 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 confidence limit of the null distribution; nullUCL: The upper confidence limit of the null distribution.