Package: ILSE 1.1.7
Wei Liu
ILSE: Linear Regression Based on 'ILSE' for Missing Data
Linear regression when covariates include missing values by embedding the correlation information between covariates. Especially for block missing data, it works well. 'ILSE' conducts imputation and regression simultaneously and iteratively. More details can be referred to Huazhen Lin, Wei Liu and Wei Lan. (2021) <doi:10.1080/07350015.2019.1635486>.
Authors:
ILSE_1.1.7.tar.gz
ILSE_1.1.7.zip(r-4.5)ILSE_1.1.7.zip(r-4.4)ILSE_1.1.7.zip(r-4.3)
ILSE_1.1.7.tgz(r-4.4-x86_64)ILSE_1.1.7.tgz(r-4.4-arm64)ILSE_1.1.7.tgz(r-4.3-x86_64)ILSE_1.1.7.tgz(r-4.3-arm64)
ILSE_1.1.7.tar.gz(r-4.5-noble)ILSE_1.1.7.tar.gz(r-4.4-noble)
ILSE_1.1.7.tgz(r-4.4-emscripten)ILSE_1.1.7.tgz(r-4.3-emscripten)
ILSE.pdf |ILSE.html✨
ILSE/json (API)
# Install 'ILSE' in R: |
install.packages('ILSE', repos = c('https://feiyoung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/feiyoung/ilse/issues
- nhanes - NHANES example - all variables numerical
fimlilselinear-regressionmissing-data
Last updated 12 months agofrom:5ae1c6646a. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win-x86_64 | NOTE | Nov 03 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 03 2024 |
R-4.4-win-x86_64 | NOTE | Nov 03 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 03 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 03 2024 |
R-4.3-win-x86_64 | NOTE | Nov 03 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 03 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 03 2024 |
Exports:Coefcor.matcov.matfimlregFitted.valuesilsekernprintprint.fimlprint.ilseResidualssummarysummary.fimlsummary.ilse
Dependencies:pbapplyRcppRcppArmadillo
ILSE
Rendered fromILSE.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2022-01-30
Started: 2021-12-26
ILSE: a simple NHANES example
Rendered fromILSE.Realdata.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2022-01-30
Started: 2021-12-26
ILSE: simulated examples
Rendered fromILSE.Simu.Rmd
usingknitr::rmarkdown
on Nov 03 2024.Last update: 2022-01-30
Started: 2021-12-26
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extracts Regression Coefficients | Coef |
Generate Two Type of Correlation Matrix | cor.mat |
Generate Two Type of Covariance Matrix | cov.mat |
Full Information Maximum Likelihood Linear Regression | fimlreg fimlreg.formula fimlreg.numeric |
Linear Regression by Iterative Least Square Estimation | ilse ilse.formula ilse.numeric |
Kernel Function | kern |
NHANES example - all variables numerical | nhanes |
Print the Information of FIML or ILSE methods | print print.fiml print.ilse |
Summarizing the inference information for ILSE or FIML methods | Fitted.values Residuals summary summary.fiml summary.ilse |