search for: headp2

Displaying 7 results from an estimated 7 matches for "headp2".

Did you mean: head2
2024 Jun 09
2
head.ts, tail.ts loses time
...resObs) stopifnot(all.equal(headPres., pres6)) headPresOops <- try(head(presidents, 1:2)) stopifnot(class(headPresOops) == 'try-error') headPres0 <- try(head(presidents, 0)) stopifnot(class(headPres0) == 'try-error') str(pres <- cbind(n=1:length(presidents), presidents)) headP2 <- head(pres, 2) p2 <- ts(pres[1:2, ], time(presidents)[1], frequency=frequency(presidents)) stopifnot(all.equal(headP2, p2)) headP2. <- head(pres, 2-npresObs) stopifnot(all.equal(headP2., p2)) ############# sessionInfo() R version 4.4.0 (2024-04-24) Platform: aarch64-apple...
2024 Jun 10
1
head.ts, tail.ts loses time
...s6)) > > headPresOops <- try(head(presidents, 1:2)) > stopifnot(class(headPresOops) == 'try-error') > > headPres0 <- try(head(presidents, 0)) > stopifnot(class(headPres0) == 'try-error') > > str(pres <- cbind(n=1:length(presidents), presidents)) > headP2 <- head(pres, 2) > > p2 <- ts(pres[1:2, ], time(presidents)[1], > frequency=frequency(presidents)) > stopifnot(all.equal(headP2, p2)) > > headP2. <- head(pres, 2-npresObs) > stopifnot(all.equal(headP2., p2)) > > > ############# > > > session...
2024 Jun 10
2
head.ts, tail.ts loses time
...t(class(headPresOops) == 'try-error') >>> >>> headPres0 <- try(head(presidents, 0)) >>> stopifnot(class(headPres0) == 'try-error') >>> >>> str(pres <- cbind(n=1:length(presidents), presidents)) >>> headP2 <- head(pres, 2) >>> >>> p2 <- ts(pres[1:2, ], time(presidents)[1], >>> frequency=frequency(presidents)) >>> stopifnot(all.equal(headP2, p2)) >>> >>> headP2. <- head(pres, 2-npresObs) >>> stopifnot...
2024 Jun 10
1
head.ts, tail.ts loses time
...<- try(head(presidents, 1:2)) >> stopifnot(class(headPresOops) == 'try-error') >> >> headPres0 <- try(head(presidents, 0)) >> stopifnot(class(headPres0) == 'try-error') >> >> str(pres <- cbind(n=1:length(presidents), presidents)) >> headP2 <- head(pres, 2) >> >> p2 <- ts(pres[1:2, ], time(presidents)[1], >> frequency=frequency(presidents)) >> stopifnot(all.equal(headP2, p2)) >> >> headP2. <- head(pres, 2-npresObs) >> stopifnot(all.equal(headP2., p2)) >> >> >...
2024 Jun 11
1
head.ts, tail.ts loses time
...9;try-error') > >>> > >>> headPres0 <- try(head(presidents, 0)) > >>> stopifnot(class(headPres0) == 'try-error') > >>> > >>> str(pres <- cbind(n=1:length(presidents), presidents)) > >>> headP2 <- head(pres, 2) > >>> > >>> p2 <- ts(pres[1:2, ], time(presidents)[1], > >>> frequency=frequency(presidents)) > >>> stopifnot(all.equal(headP2, p2)) > >>> > >>> headP2. <- head(pres, 2-npresObs...
2024 Jun 10
1
head.ts, tail.ts loses time
...error') > >>> > >>> headPres0 <- try(head(presidents, 0)) > >>> stopifnot(class(headPres0) == 'try-error') > >>> > >>> str(pres <- cbind(n=1:length(presidents), presidents)) > >>> headP2 <- head(pres, 2) > >>> > >>> p2 <- ts(pres[1:2, ], time(presidents)[1], > >>> frequency=frequency(presidents)) > >>> stopifnot(all.equal(headP2, p2)) > >>> > >>> headP2. <- head(pres, 2-np...
2024 Jun 13
0
head.ts, tail.ts loses time
...9;try-error') > >>> > >>> headPres0 <- try(head(presidents, 0)) > >>> stopifnot(class(headPres0) == 'try-error') > >>> > >>> str(pres <- cbind(n=1:length(presidents), presidents)) > >>> headP2 <- head(pres, 2) > >>> > >>> p2 <- ts(pres[1:2, ], time(presidents)[1], > >>> frequency=frequency(presidents)) > >>> stopifnot(all.equal(headP2, p2)) > >>> > >>> headP2. <- head(pres, 2-npresObs...