plot_lm.RdPlot linear model object
plot_lm(lm_fit, format = "2x2")An object of class 'lm'
The format of the plot (or a list of plots if format is "list")
m1 <- lm(speed ~ dist, data=cars)
plot_lm(m1)
 plot_lm(m1, "2x2")
plot_lm(m1, "2x2")
 plot_lm(m1, "1x4")
plot_lm(m1, "1x4")
 plot_lm(m1, "4x1")
plot_lm(m1, "4x1")
 plot_lm(m1, "list")
#> $pl1
plot_lm(m1, "list")
#> $pl1
 #> 
#> $pl2
#> 
#> $pl2
 #> 
#> $pl3
#> 
#> $pl3
 #> 
#> $pl4
#> 
#> $pl4
 #>
#>