Learn R Programming

pwr4exp (version 1.0.1)

corCAR1: Continuous AR(1) Correlation Structure

Description

Re-exports nlme::corCAR1 from the nlme package.

Usage

corCAR1(value, form, fixed)

Arguments

value

numeric value for the correlation parameter

form

a one-sided formula of the form ~ t, ~ 1 | g, or ~ t | g, specifying a time covariate t, a grouping factor g, or both.

fixed

unused

See Also

corClasses See nlme::corCAR1 for original documentation.