The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

inteli

Provide likelihood-based functions and interval estimation results, compared to the traditional statistics (CI). This is the expanded version for {LBI}- and {wnl}-package, formulated by Kyun-Seop Bae k@acr.kr.

Installation

You can install the development version of inteli from GitHub with:

# install.packages("pak")
pak::pak("minQk-acr/inteli")

Example

This is a basic example which shows you how to solve a common problem:

library(inteli)

x <- rnorm(20, 0, 1)
y <- rnorm(40, 0, 1)

varE(x)
varE(y)
varR(x, y)

varEplot(x, FALSE)
varEplot(x, TRUE)

varEplot(y, FALSE)
varEplot(y, TRUE)

varRplot(x, y, FALSE)
varRplot(x, y, TRUE)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.