knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Install the ILSE

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)


feiyoung/ILSE documentation built on Feb. 5, 2024, 10:08 p.m.