Displaying 8 results from an estimated 8 matches for "ukdriverdeath".
Did you mean:
ukdriverdeaths
2004 Jul 30
2
dynamic regression
Greetings:
Is there an simple way to do dynamic regressions in R?
>From what I've seen, one must use arima() and construct the X matrix with lagged values etc. and modify Y as well.
Thanks,
Bob
---------------------------------
[[alternative HTML version deleted]]
2012 May 29
1
strucchange Fstats() example
...y one is taken into account
## UK Seatbelt data: a SARIMA(1,0,0)(1,0,0)_12 model
## (fitted by OLS) is used and reveals (at least) two
## breakpoints - one in 1973 associated with the oil crisis and
## one in 1983 due to the introduction of compulsory
## wearing of seatbelts in the UK.
data("UKDriverDeaths")
seatbelt <- log10(UKDriverDeaths)
seatbelt <- cbind(seatbelt, lag(seatbelt, k = -1), lag(seatbelt, k = -12))
colnames(seatbelt) <- c("y", "ylag1", "ylag12")
seatbelt <- window(seatbelt, start = c(1970, 1), end = c(1984,12))
plot(seatbelt[,"y&qu...
2004 Sep 03
2
arima et graphique
bonjour, je rencontre quelques soucis au niveau de l'utilisation des
fonctions arima.forecast/predict; en effet elles sont dites inconnues alors
que j'ai bien install?? et charg?? le package "ts". Aussi, j'aimerai savoir
comment visualiser le graphique des pr??visions avec arima et celui des
donn??es brutes dans la m??me fen??tre.
Tout en vous souhaitant bonne r??ception
2005 Feb 02
4
(no subject)
...eat Britain 1969-84
Theoph Pharmacokinetics of theophylline
Titanic Survival of passengers on the Titanic
ToothGrowth The Effect of Vitamin C on Tooth Growth in
Guinea Pigs
UCBAdmissions Student Admissions at UC Berkeley
UKDriverDeaths Road Casualties in Great Britain 1969-84
UKgas UK Quarterly Gas Consumption
USAccDeaths Accidental Deaths in the US 1973-1978
USArrests Violent Crime Rates by US State
USJudgeRatings Lawyers' Ratings of State Judges in the US...
2017 Sep 01
0
I have corrected a dead link in the treering documentation
...ary/stats/man/shapiro.test.Rd
1 src/library/tcltk/man/TkWidgets.Rd
2 src/library/graphics/man/assocplot.Rd
1 src/library/base/man/sprintf.Rd
6 src/library/base/man/regex.Rd
3 src/library/datasets/man/HairEyeColor.Rd
1 src/library/stats/man/optimize.Rd
1 src/library/datasets/man/UKDriverDeaths.Rd
1 src/library/utils/man/object.size.Rd
1 src/library/utils/man/unzip.Rd
1 src/library/base/man/dcf.Rd
1 src/library/base/man/DateTimeClasses.Rd
3 src/library/stats/man/GammaDist.Rd
2 src/library/utils/man/maintainer.Rd
2 src/library/base/man/libcurlVersion.Rd
2 src/libra...
2017 Sep 01
2
I have corrected a dead link in the treering documentation
>>>>> Thomas Levine <_ at thomaslevine.com>
>>>>> on Fri, 28 Jul 2017 18:53:16 +0000 writes:
> The attached patch corrects a dead link in the treering
> documentation. The URL in the manual [1] refers to a
> personal home page belonging to Christine Hallman (user
> "hallman") on the website of the University of Arizona
2000 Feb 17
2
Installation of rpm file on Suse Linux 6.2 (PR#449)
...rary/ts/data/00Index action: create
D: file: /usr/local/lib/R/library/ts/data/BJsales.R action: create
D: file: /usr/local/lib/R/library/ts/data/EuStockMarkets.R action: create
D: file: /usr/local/lib/R/library/ts/data/LakeHuron.R action: create
D: file: /usr/local/lib/R/library/ts/data/UKDriverDeaths.R action: create
D: file: /usr/local/lib/R/library/ts/data/UKLungDeaths.R action: create
D: file: /usr/local/lib/R/library/ts/data/USAccDeaths.R action: create
D: file: /usr/local/lib/R/library/ts/data/austres.R action: create
D: file: /usr/local/lib/R/library/ts/data/beavers.R action:...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...text html latex example
KalmanLike text html latex
LakeHuron text html latex
Nile text html latex example
StructTS text html latex example
UKDriverDeaths text html latex example
UKLungDeaths text html latex example
UKgas text html latex example
USAccDeaths text html latex
WWWusage text html l...