strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
606 stars 91 forks source link

Receiving namespace error #874

Closed Cghlewis closed 1 year ago

Cghlewis commented 1 year ago

Hi,

Any thoughts about why I am getting this error? Thank you.

d10 <- tibble::tribble( ~Var1, ~Var2, ~Var3, "a", 1, 3, "b", -999, 1, "c", 2, -999, )

sjPlot::view_df(d10)

> Error: object 'convert_data_to_numeric' is not exported by 'namespace:datawizard'

Created on 2023-01-24 by the reprex package (v2.0.1)

strengejacke commented 1 year ago

I think some of your packages are not up to date. Try updating parameters, datawizard and sjPlot. Does this help?

Cghlewis commented 1 year ago

Thanks for the suggestion. I had already updated sjPlot and datawizard but I updated parameters and now I am receiving this error. :(

sjPlot::view_df(d10)

> Registered S3 methods overwritten by 'effectsize':

> method from

> standardize.Surv datawizard

> standardize.bcplm datawizard

> standardize.clm2 datawizard

> standardize.default datawizard

> standardize.mediate datawizard

> standardize.wbgee datawizard

> standardize.wbm datawizard

> Error: object 'standard_error_robust' is not exported by 'namespace:parameters'

Created on 2023-01-24 by the reprex package (v2.0.1)

Cghlewis commented 1 year ago

I uninstalled and reinstalled several packages and now it is working. Thank you for your help!

strengejacke commented 1 year ago

Yes that would have been my next suggestion. Try updating all packages. :-)