- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 73
 
Open
Labels
feature idea 🔥New feature or requestNew feature or request
Description
Objects of class [mediate] are currently not supported:
library(mediation)
b <- lm(job_seek ~ treat + econ_hard + sex + age, data=jobs)
c <- lm(depress2 ~ treat + job_seek + econ_hard + sex + age, data=jobs)
contcont <- mediate(b, c, sims=50, treat="treat", mediator="job_seek")
report::report(contcont)
#> Error: Oops, objects of class [mediate] are not supported (yet) by report() :(
#> 
#> Want to help? Check out https://easystats.github.io/report/articles/new_models.htmlCreated on 2025-03-23 with reprex v2.1.1
Would be nice to support them.
Metadata
Metadata
Assignees
Labels
feature idea 🔥New feature or requestNew feature or request