Package: hypr 0.2.8
hypr: Hypothesis Matrix Translation
Translation between experimental null hypotheses, hypothesis matrices, and contrast matrices as used in linear regression models. The package is based on the method described in Schad et al. (2019) <doi:10.1016/j.jml.2019.104038> and Rabe et al. (2020) <doi:10.21105/joss.02134>.
Authors:
hypr_0.2.8.tar.gz
hypr_0.2.8.zip(r-4.5)hypr_0.2.8.zip(r-4.4)hypr_0.2.8.zip(r-4.3)
hypr_0.2.8.tgz(r-4.4-any)hypr_0.2.8.tgz(r-4.3-any)
hypr_0.2.8.tar.gz(r-4.5-noble)hypr_0.2.8.tar.gz(r-4.4-noble)
hypr_0.2.8.tgz(r-4.4-emscripten)hypr_0.2.8.tgz(r-4.3-emscripten)
hypr.pdf |hypr.html✨
hypr/json (API)
# Install 'hypr' in R: |
install.packages('hypr', repos = c('https://mmrabe.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mmrabe/hypr/issues
Last updated 12 months agofrom:5573df5a51. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
R-4.4-win | OK | Nov 03 2024 |
R-4.4-mac | OK | Nov 03 2024 |
R-4.3-win | OK | Nov 03 2024 |
R-4.3-mac | OK | Nov 03 2024 |
Exports:add_interceptall_centeredcentered_contrastscmatcmat<-cmat2eqscmat2hmatcontr.hypothesiscontr.hypothesis<-contrasts<-eqs2cmateqs2hmatfiller_contrastsfiller_namesformulaformula<-ginv2has_intercepthmathmat<-hmat2cmathmat2eqshypris_centeredis_interceptlevelsnlevelsremove_interceptshowtarget_namesthmatthmat<-which_centeredwhich_fillerwhich_interceptwhich_target
Introduction to hypr
Rendered fromhypr-intro.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2019-11-20
Started: 2019-10-09
Using hypr for linear regression
Rendered fromhypr-regression.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2020-02-28
Started: 2019-10-09
Using hypr to understand contrasts
Rendered fromhypr-contrasts.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2019-10-10
Started: 2019-10-09
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Combining hypr objects by addition or interaction | &,hypr,hypr-method *,hypr,hypr-method +,hypr,hypr-method /,hypr,hypr-method |
Intercept checks | add_intercept has_intercept is_intercept remove_intercept which_intercept |
Contrast centering | all_centered centered_contrasts is_centered which_centered |
Retrieve or set contrast matrix | cmat cmat<- contr.hypothesis contr.hypothesis<- contrasts<-,factor,ANY,hypr-method contrasts<-,factor,ANY,hypr_cmat-method |
Shorthand versions for simple hypothesis translation | cmat2eqs cmat2hmat conversions eqs2cmat eqs2hmat hmat2cmat hmat2eqs |
Generate filler contrasts | filler_contrasts filler_names target_names which_filler which_target |
Manipulate the formulas of an S4 object | formula<- |
Enhanced generalized inverse function | ginv2 |
Retrieve and set hypothesis matrix | hmat hmat<- thmat thmat<- |
Create a hypr object | hypr |
S4 class “hypr” and its methods | as.call,hypr-method formula,hypr-method formula<-,hypr-method hypr-class levels,hypr-method levels<-,hypr-method names,hypr-method names<-,hypr-method nlevels,hypr-method show,hypr-method |