knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This vignette provides an introduction to the R package ILSE
, where the function ILSE
implements the model ILSE
, Linear Regression by Iterative Least Square Estimation (ILSE) When Covariates Include Missing Values.
The package can be installed with the command from Github:
library(remotes)
remotes::install_github("feiyoung/ILSE")
or install from CRAN
install.packages("ILSE")
library(ILSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.