# extract information from a parameter table
lav_partable_df(partable, group = NULL)
lav_partable_ndat(partable, group = NULL)
lav_partable_npar(partable)
lav_partable_attributes(partable, pta = NULL)
# generate parameter labels
lav_partable_labels(partable, group.equal = "", group.partial = "", type = "user")
# generate parameter table for specific models
lav_partable_independence(lavobject = NULL, lavdata = NULL, lavoptions = NULL, lavsamplestats = NULL, sample.cov = NULL, sample.mean = NULL, sample.th = NULL, sample.th.idx = NULL)
lav_partable_unrestricted(lavobject = NULL, lavdata = NULL, lavoptions = NULL, lavsamplestats = NULL, sample.cov = NULL, sample.mean = NULL, sample.th = NULL, sample.th.idx = NULL)
lav_partable_from_lm(object, est = FALSE, label = FALSE, as.data.frame. = FALSE)
# complete a parameter table only containing a few columns (lhs,op,rhs)
lav_partable_complete(partable = NULL, start = TRUE)
# merge two parameter tables
lav_partable_merge(pt1 = NULL, pt2 = NULL, remove.duplicated = FALSE, fromLast = FALSE, warn = TRUE)