| lincircmod-class | R Documentation |
An S4 class describing linear-circular relationships.
dataObject of class "data.frame", the input data, with columns
lindat (linear data) and circdat (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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.