ILSE"

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)


Try the ILSE package in your browser

Any scripts or data that you put into this service are public.

ILSE documentation built on Jan. 31, 2022, 9:06 a.m.