Skip to content

Commit dc19366

Browse files
First commit
1 parent 138a6c3 commit dc19366

File tree

26 files changed

+14
-3665
lines changed

26 files changed

+14
-3665
lines changed

.Rhistory

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
p2 <- ggplot(data = resultados_cv, aes(x = alpha, y = deviance)) +
2-
geom_line() +
3-
geom_point() +
4-
labs(title = "Error vs penalization (alpha)") +
5-
theme_bw()
6-
ggarrange(p1, p2)
71
# Chunk 13: fitAmesRT2
82
ctlPars2 <-tree.control(nobs=nrow(ames_train), mincut = 1, minsize = 2, mindev = 0)
93
ames_rt2 <- tree::tree(
@@ -510,3 +504,9 @@ boxplot(ames[,sapply(ames, is.numeric)], las=1.5, cex.axis=0.5)
510504
summary(ames$Sale_Price)
511505
stem(ames$Sale_Price/1000)
512506
summary(ames$Sale_Price)
507+
install.packages("kableExtra", dependencies = TRUE)
508+
remotes::install_github("haozhu233/kePrint")
509+
? kable
510+
? knitr::kable
511+
require("ISLR")
512+
require("ISLR2")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"activeTab": 0
2+
"activeTab": -1
33
}

.Rproj.user/C112CF27/pcs/windowlayoutstate.pper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"left": {
33
"splitterpos": 297,
4-
"topwindowstate": "NORMAL",
4+
"topwindowstate": "HIDE",
55
"panelheight": 706,
66
"windowheight": 744
77
},

.Rproj.user/C112CF27/sources/per/t/87B1963C

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)