cjvanlissa/tidySEM

table_results does not return the pval

Closed this issue ยท 0 comments

(Sorry for all the issues, I'm opening them as I find them... ๐Ÿ˜…)

library(lavaan)
#> This is lavaan 0.6-7
#> lavaan is BETA software! Please report any bugs.
library(tidySEM)

fit <- sem("mpg ~ cyl\nmpg ~ am", data = mtcars)

table_results(fit, columns = c("pval"))
#> data frame with 0 columns and 6 rows

Created on 2020-10-14 by the reprex package (v0.3.0)