-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbook.bib
More file actions
84 lines (71 loc) · 2.29 KB
/
book.bib
File metadata and controls
84 lines (71 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.name/knitr/},
}
@Book{rpackages,
title = {R Packages},
publisher = {O'Reilly Media, Inc.},
year = {2015},
author = {Hadley Wickham},
}
@Book{hernandez_correa,
title = {Gráficos con {R}},
author = {Hernández, F. \& Correa, J.},
publisher = {Universidad Nacional de Colombia},
address = {Medellín, Colombia},
year = {2018},
edition = {primera},
note = {ISBN xxx-xxxxxxxxx},
url = {https://fhernanb.github.io/Graficos-con-R/},
}
@Article{Akaike74,
AUTHOR = {Akaike, H.},
TITLE = {{A new look at the statistical model identification}},
JOURNAL = {IEEE Transactions on Automatic Control},
YEAR = {1974},
volume = {19},
number = {6},
pages = {716-723},
}
@Article{Akaike83,
AUTHOR = {Akaike, H.},
TITLE = {{Information measures and model selection}},
JOURNAL = {Bulletin of the International Statistical Institute},
YEAR = {1983},
volume = {50},
pages = {277-290},
}
@Article{Schwarz,
AUTHOR = {Schwarz, G.},
TITLE = {{Estimating the dimension of a model}},
JOURNAL = {Annals of Statistics},
YEAR = {1978},
volume = {6},
number = {2},
pages = {461-464},
}
@article{Fisher22,
ISSN = {02643952},
URL = {http://www.jstor.org/stable/91208},
author = {R. A. Fisher},
journal = {Philosophical Transactions of the Royal Society of London. Series A, Containing Papers of a Mathematical or Physical Character},
pages = {309--368},
publisher = {The Royal Society},
title = {On the Mathematical Foundations of Theoretical Statistics},
volume = {222},
year = {1922}
}
@book{pawitan_2013, place={Oxford}, title={In all likelihood: statistical modelling and inference using likelihood}, publisher={Oxford University Press}, author={Pawitan, Yudi}, year={2013}}
@Manual{nortest,
title = {nortest: Tests for Normality},
author = {Juergen Gross and Uwe Ligges},
year = {2015},
note = {R package version 1.0-4},
url = {https://CRAN.R-project.org/package=nortest},
}