# \donttest{
# Estimate GMAR model with on only 1 iteration in variable metric algorithm
fit12 <- fitGSMAR(simudata, p=1, M=2, maxit=1, ncalls=1, seeds=1)
fit12
# Iterate more since iteration limit was reached
fit12 <- iterate_more(fit12)
fit12
# }
Run the code above in your browser using DataLab