knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(gslope)

d = gslope(mtcars)
summary(d)
coef(d)
graph_plot(d)
plot(d, col = "navy", plt = "corr")
plot(d, plt = "precision")


StatsIMUWr/gslope documentation built on Oct. 8, 2020, 1:25 a.m.