lavaan.printer

Helpers functions for formatting and printing selected lavaan outputs

https://github.com/sfcheung/lavaan.printer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.7%) to scientific vocabulary

Keywords

lavaan r r-package structural-equation-modeling
Last synced: 6 months ago · JSON representation

Repository

Helpers functions for formatting and printing selected lavaan outputs

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
lavaan r r-package structural-equation-modeling
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

Lifecycle: stable Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN status CRAN: Release Date Code size Last Commit at Main R-CMD-check <!-- badges: end -->

(Version 0.1.0.1, updated on 2024-09-17, release history)

lavaan.printer: Customize The Printout of lavaan Parameter Estimates

This package includes helper functions for developers to customize the printout of the parameter estimates in the output of lavaan. These functions emphasize flexibility, not user-friendliness. They are not intended for end-users.

For more information on this package, please visit its GitHub page:

https://sfcheung.github.io/lavaan.printer/

Background

I wrote these two functions because I want to customize how the parameter estimate tables of a lavaan object are printed in my packages. The style should be very similar to that used by the summary() method of lavaan, such that users would find the tables easy to read. However, it is not easy to customize the output of lavaan because it prints the formatted content directly to the screen. Therefore, I wrote parameterEstimates_table_list() to mimic what lavaan does, but create a list of tables (data frames) instead.

The quick-start guide illustrates how to use these functions.

Installation

The stable CRAN version can be installed by install.packages():

r install.packages("lavaan.printer")

The latest developmental version of this package can be installed by remotes::install_github:

r remotes::install_github("sfcheung/lavaan.printer")

Issues

If you have any suggestions and found any bugs, please feel feel to open a GitHub issue. Thanks.

https://github.com/sfcheung/lavaan.printer/issues

Owner

  • Name: Shu Fai Cheung
  • Login: sfcheung
  • Kind: user
  • Location: Macao
  • Company: University of Macau

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • sfcheung (20)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 164 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: lavaan.printer

Helper Functions for Printing 'lavaan' Outputs

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 164 Last month
Rankings
Dependent packages count: 28.2%
Dependent repos count: 34.8%
Average: 49.9%
Downloads: 86.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 4.0.0 depends
  • lavaan * imports
  • methods * imports
  • utils * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests