Learn R Programming

autoReg (version 0.3.3)

myformat: Convert data.frame to printable format

Description

Convert data.frame to printable format

Usage

myformat(x, showid = FALSE, digits = 3)

Value

A data.frame

Arguments

x

A data.frame

showid

logical if TRUE, show id

digits

Integer indicating the number of decimal places

Examples

Run this code
fit=lm(mpg~wt*hp,data=mtcars)
gaze(fit) %>% myformat()

Run the code above in your browser using DataLab