I'm trying to load data from the Human Mortality Database. forecast, and plot the Lee-Carter model. This involves the demography package. I keep getting an error of unexpected symbol every time I put another command in which is weird. Is there any fix?
To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:
It seems like you are concatenating the two functions lca() and forecast() incorrectly, but we can't know for sure based on a screenshot.