package function dosen't work
Posted: Sat Jan 24, 2026 5:17 pm
Hi,
when use this function from dmetar package
this error appears in jamovi
on the other hand I use this function from the same package
and work without any problems
this is the github repo
https://github.com/asmpro7/MetaPort
Ahmed Abdelmageed
when use this function from dmetar package
Code: Select all
dmetar::plot.InfluenceAnalysis(baujatData$state, "baujat")Code: Select all
Debug
Error: 'plot.InfluenceAnalysis' is not an exported object from 'namespace:dmetar'
eval(ev)
eval(ev)
private$.baujatPlot(image, theme = t$theme, ggtheme = t$ggtheme, ...)Code: Select all
dmetar::forest.find.outliers(OUTData$state, col.diamond = "black", col.subgroup ="gray30")this is the github repo
https://github.com/asmpro7/MetaPort
Ahmed Abdelmageed