star.lm: Get stars for a linear model

View source: R/star.R

star.lmR Documentation

Get stars for a linear model

Description

Get stars for a linear model

Usage

## S3 method for class 'lm'
star(p.val, ...)

Arguments

p.val

a linear model

Details

Use the function glance from package broom to get the p.value of the linear model, and then convert it into stars with function star().


Antoine-Masse/KefiR documentation built on Feb. 22, 2024, 5:54 a.m.