Last chance! 50% off unlimited learning
Sale ends in
object
.## S3 method for class 'gls':
formula(object)
object
.gls
data(Ovary)
fm1 <- gls(follicles ~ sin(2*pi*Time) + cos(2*pi*Time), Ovary,
correlation = corAR1(form = ~ 1 | Mare))
formula(fm1)
Run the code above in your browser using DataLab