Learn R Programming

MMRcaseselection (version 0.1.0)

most_typical: Identification of the most typical case

Description

The most typical case (= best predicted case) based on regression estimates.

Usage

most_typical(lmobject)

Arguments

lmobject

Object generated with lm

Value

The most typical case having the smallest absolute residual of all cases.

Details

Proposed by Seawright, Jason and John Gerring (2008): Case Selection Techniques in Case Study Research: A Menu of Qualitative and Quantitative Options. Political Research Quarterly 61 (2): 294-308. (https://journals.sagepub.com/doi/pdf/10.1177/1065912907313077)

Examples

Run this code
# NOT RUN {
df <- lm(mpg ~ disp + wt, data = mtcars)
most_typical(df)

# }

Run the code above in your browser using DataLab