How to get AIC, BIC for fitted lee carter in demography package in R? -


i have trouble finding bic , aic values lee carter fitted using lca command in demography package, how fitted model:

uklcam<-lca(data=uk, series="male", years=1950:2011, max.age=100, adjust = "dxt", chooseperiod=false, scale = true, restype = "logrates", interpolate = false) 

can help? bic() command give following errors

> bic(uklcam)  error in usemethod("loglik") :    no applicable method 'loglik' applied object of class "lca" 


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -