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

Dynamic estimation - utils not loaded #2

Open
brakka opened this issue Feb 26, 2020 · 1 comment
Open

Dynamic estimation - utils not loaded #2

brakka opened this issue Feb 26, 2020 · 1 comment

Comments

@brakka
Copy link

brakka commented Feb 26, 2020

server.dynamic.rho.analysis()

INFO [2020-02-26 11:45:19] loading ./tmp/m4-mixt-d2003-groups.dat
Error in lm.wfitnn(XX, YY, weights) : could not find function "lm.wfitnn"
Called from: m4.mini.getvar.stayers.unc2(sdata, rhos[1], rhos[2], rhos[3], 
    as.numeric(weights), diff = diff)> server.dynamic.rho.analysis()

INFO [2020-02-26 11:45:19] loading ./tmp/m4-mixt-d2003-groups.dat
Error in lm.wfitnn(XX, YY, weights) : could not find function "lm.wfitnn"
Called from: m4.mini.getvar.stayers.unc2(sdata, rhos[1], rhos[2], rhos[3], 
    as.numeric(weights), diff = diff)

If I add

source("R/utils.R")

to main R it works fine.

@tlamadon
Copy link
Owner

tlamadon commented Mar 8, 2020

thanks for catching that. It is a bit strange since utils.R is in the R folder. It should be loaded automatically.

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

2 participants