Skip to content

Commit

Permalink
Merge pull request #9 from sfcheung/devel
Browse files Browse the repository at this point in the history
 0.0.1.4: Add support for glm()
  • Loading branch information
sfcheung authored Jun 27, 2024
2 parents e3ff829 + b084043 commit 7245ad4
Show file tree
Hide file tree
Showing 19 changed files with 2,324 additions and 324 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: betaselectr
Title: Selective Standardization in Structural Equation Models
Version: 0.0.1.3
Version: 0.0.1.4
Authors@R:
c(person(given = "Shu Fai",
family = "Cheung",
Expand Down
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Generated by roxygen2: do not edit by hand

S3method(anova,glm_betaselect)
S3method(anova,lm_betaselect)
S3method(coef,glm_betaselect)
S3method(coef,lm_betaselect)
S3method(confint,glm_betaselect)
S3method(confint,lm_betaselect)
S3method(getCall,glm_betaselect)
S3method(getCall,lm_betaselect)
S3method(predict,glm_betaselect)
S3method(predict,lm_betaselect)
S3method(print,glm_betaselect)
S3method(print,lav_betaselect)
S3method(print,lm_betaselect)
S3method(print,summary.glm_betaselect)
S3method(print,summary.lm_betaselect)
S3method(summary,glm_betaselect)
S3method(summary,lm_betaselect)
S3method(vcov,glm_betaselect)
S3method(vcov,lm_betaselect)
export(glm_betaselect)
export(lav_betaselect)
export(lm_betaselect)
export(raw_output)
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# betaselectr 0.0.1.3
# betaselectr 0.0.1.4

- Added `lm_betaselect()` and related
methods and helper functions.
Expand All @@ -13,4 +13,9 @@
terms. (0.0.1.2)

- Added some examples for the main
functions. (0.0.1.3)
functions. (0.0.1.3)

- Added `glm_betaselect()` and
related methods to
support models fitted by
`stats::glm()`. (0.0.1.4)
Loading

0 comments on commit 7245ad4

Please sign in to comment.