Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sca not adding names to dim of FLPar while iter does #125

Open
ejardim opened this issue Nov 27, 2018 · 0 comments
Open

sca not adding names to dim of FLPar while iter does #125

ejardim opened this issue Nov 27, 2018 · 0 comments

Comments

@ejardim
Copy link
Member

ejardim commented Nov 27, 2018

data(ple4)
data(ple4.index)
stk <- propagate(ple4, 2)
fit0 <- sca(ple4, FLIndices(a=ple4.index), fit='MP')
fit <- sca(stk, FLIndices(a=ple4.index), fit='MP')
fit1 <- iter(fit, 1)

dim(fit0@pars@stkmodel@centering)
[1] 1 1
dim(fit1@pars@stkmodel@centering)
params iter
1 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant