You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I add
source("R/utils.R")
to main R it works fine.
The text was updated successfully, but these errors were encountered: