50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

clpm (version 1.0)

clpm-package: Constrained Estimation of the Linear Probability Model

Description

Implementation of a method to estimate the linear probability model, ensuring that the predicted probabilities are inside the (0,1) interval. The same method can be applied to any variable for which predictions between 0 and 1 are required.

Arguments

Author

Andrea Beci, Paolo Frumento

Maintainer: Andrea Beci <andreabeci08@gmail.com>

Details

Package:clpm
Type:Package
Version:1.0
Date:2023-04-30
License:GPL-2

The function clpm

Examples

Run this code
x <- runif(100)
y <- rbinom(100, 1, x)
clpm(y~x)

Run the code above in your browser using DataLab