search for: zdf

Displaying 13 results from an estimated 13 matches for "zdf".

Did you mean: zd
2017 Sep 16
0
require help
...1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 ... > $ cnsm: num 174 175 175 172 173 ... > $ incm: num 53.4 53.7 53.5 53.2 53.3 ... > $ wlth: num 60.3 60.5 60.2 60.1 60.7 ... > -- Second try to do what you would like (I hope and think) Using Eric's sample data <code> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) zdf # R ts zts <- ts(zdf[,-1], start=zdf[1,"year"]) zts # turn data into a zoo timeseries and an xts timeseries library(zoo) z.zoo <- as.zoo(zts) z.zo...
2017 Sep 16
2
require help
...989 ... > > $ cnsm: num 174 175 175 172 173 ... > > $ incm: num 53.4 53.7 53.5 53.2 53.3 ... > > $ wlth: num 60.3 60.5 60.2 60.1 60.7 ... > > -- > > Second try to do what you would like (I hope and think) > Using Eric's sample data > > <code> > zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), > incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) > zdf > > # R ts > zts <- ts(zdf[,-1], start=zdf[1,"year"]) > zts > > # turn data into a zoo timeseries and an xts timeseries >...
2017 Sep 16
0
require help
...75 175 172 173 ... >> > $ incm: num 53.4 53.7 53.5 53.2 53.3 ... >> > $ wlth: num 60.3 60.5 60.2 60.1 60.7 ... >> > -- >> >> Second try to do what you would like (I hope and think) >> Using Eric's sample data >> >> <code> >> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), >> incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) >> zdf >> >> # R ts >> zts <- ts(zdf[,-1], start=zdf[1,"year"]) >> zts >> >> # turn data into a zoo times...
2017 Sep 22
2
require help
...$ incm: num 53.4 53.7 53.5 53.2 53.3 ... >>> > $ wlth: num 60.3 60.5 60.2 60.1 60.7 ... >>> > -- >>> >>> Second try to do what you would like (I hope and think) >>> Using Eric's sample data >>> >>> <code> >>> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10,replace=TRUE), >>> incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) >>> zdf >>> >>> # R ts >>> zts <- ts(zdf[,-1], start=zdf[1,"year"]) >>> zts >>> >>&...
2017 Sep 15
7
require help
hello to all. I am working on macroeconomic data series of India, which in a yearly basis. I am unable to convert my data frame into time series. kindly help me. also using zoo and xts packages. but they take only monthly observations. 'data.frame': 30 obs. of 4 variables: $ year: int 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 ... $ cnsm: num 174 175 175 172 173 ... $ incm:
2009 Mar 25
2
need help with ordering of plots
I want to do a series of contour plots, 4 in all. The data is coming from a data frame named "nd.frame", which has elements "xdf", "ydf", "zdf", and "pndt". I am treating "pndt" as a factor, and it has four levels. I make a call to the lattice graphics routine "contourplot" like so: contourplot(zdf~xdf*ydf|factor(pndf),data=nd.frame) >From this I get a 2x2 grid of four contour plots. So far...
2009 Nov 11
1
fitting a glm with matrix of responses
hi all - quick question: i have a matrix 'y' of response values, with two explanatory variables 'x1' and 'x2'. tested values of 'x1' and 'x2' are sitting in two vectors 'x1' and 'x2'. i want to learn model parameters without "unrolling" the matrix of response values. example below: # some fake data for the example x1 <- 1:5 x2
2009 May 05
0
stepAICc function (based on MASS:::stepAIC.default)
...dropterm.AICc(fit, scope$drop, scale = scale, trace = max(0, trace - 1), k = k, ...) rn <- row.names(aod) row.names(aod) <- c(rn[1L], paste("-", rn[-1L], sep = " ")) if (any(aod$Df == 0, na.rm = TRUE)) { zdf <- aod$Df == 0 & !is.na(aod$Df) nc <- match(c("Cp", "AICc"), names(aod)) nc <- nc[!is.na(nc)][1L] ch <- abs(aod[zdf, nc] - aod[1, nc]) > 0.01 if (any(ch)) { warning("0 df te...
2017 Sep 22
0
require help
..... > >>> > $ wlth: num 60.3 60.5 60.2 60.1 60.7 ... > >>> > -- > >>> > >>> Second try to do what you would like (I hope and think) > >>> Using Eric's sample data > >>> > >>> <code> > >>> zdf <- data.frame(year=2001:2010, cnsm=sample(170:180,10, > replace=TRUE), > >>> incm=rnorm(10,53,1), wlth=rnorm(10,60,1)) > >>> zdf > >>> > >>> # R ts > >>> zts <- ts(zdf[,-1], start=zdf[1,"year"]) > &gt...
2012 Mar 09
4
For loop and using its index
Dear All, I have a data set with variables x1, x2, x3, ..., x20 and I want to create z1, z2, z3, ..., z20 with the following formula: z1 = 200 - x1 z2 = 200 - x2 z3 = 200 - x3 . . . z20 = 200 - x20. I tried using a for loop and its index as: for (i in 1:20) { z(i) = 200 - x(i) } But R gives the following error message: "Error: could not find function "x"". Is there any
2007 Feb 26
4
Does running redundancy with ZFS use as much disk space as doubling drives?
If I''m gonna use OpenSolaris, I will have to buy new hardware, which I can''t really defend at the moment. But I may be able to defend it in the near future if using redundancy on ZDF uses less disk space as simply getting extra drives and do identical copies, with periodic CRC checks of the source material to check the health. Or will I use as much drive space with redundancy? I''m more confused then I usually am... Thanks in advance! Tor This message posted from o...
2005 Nov 16
11
Need urgent help regarding security
Good Day! I think we have a serious problem. One of our old server running FreeBSD 4.9 have been compromised and is now connected to an ircd server.. 195.204.1.132.6667 ESTABLISHED However, we still haven't brought the server down in an attempt to track the intruder down. Right now we are clueless as to what we need to do.. Most of our servers are running legacy operating systems(old
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...HttZJ at JI`Wd$H)?T=*&qhFAG&3L at Z+FD@Cpk%CqQ z{p2B{02?}({NVz)F$IxeL0R39f@?Z;{=*HO+EZc2UGiOmEE{&q-#CTMFQZ2Ext%V) zoR;YFn~fn3gO%d>fU|es0sV_SV!L;k(E<I^aXw3UEXmM!nB5dH?NKc;%>5CYE@|%) zE|)xe^{pfw3~6lS?}uQ+!mPZa1c4i8vgpU|X12 at NrCTTn-$`neb)V#_4Z_OT_kc!( zd4+$7FO1DZT&{&3;=XwZdfhU?DZc3W!ljAXjof>*jJDtC7pv%nSEFB-;%;dZuW6gb zWhCD+HvP3iok%+!>gJDRCf>zBuwgx1<*$s`C)W0HFZ41if;dcyWl=uVI^?E`1q;2a z_Q`wg470W3*o97t{Y1=sj^M{M_JKFnAC3zXJt+5OSf6oXPHBpzmevo6pcygCK!s4K z*ydAxII78~xpM2r*;ih<(6V5lg88AD{&J^?7t5%_zLn7B(b6b`Tx&4h0f)46;*<zK zKoC;J?<eHfR{0vJMZ!`{{!LW#...