lavaan.printer
Helpers functions for formatting and printing selected lavaan outputs
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
Repository
Helpers functions for formatting and printing selected lavaan outputs
Basic Info
- Host: GitHub
- Owner: sfcheung
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://sfcheung.github.io/lavaan.printer/
- Size: 1.32 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
(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
- Website: https://blogonresearch.github.io/
- Repositories: 36
- Profile: https://github.com/sfcheung
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
- Homepage: https://sfcheung.github.io/lavaan.printer/
- Documentation: http://cran.r-project.org/web/packages/lavaan.printer/lavaan.printer.pdf
- License: GPL (≥ 3)
-
Latest release: 0.1.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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
- R >= 4.0.0 depends
- lavaan * imports
- methods * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests