Displaying 5 results from an estimated 5 matches for "df7".
Did you mean:
db7
2010 Jan 20
1
Reshaping data with xtabs giving me 'extra' data
...es[4], Show = shows, Score = 1:3)
> df4 <- data.frame(Date = dates[2], Time = times[1], Show = shows, Score = 1:3)
> df5 <- data.frame(Date = dates[2], Time = times[2], Show = shows, Score = 1:3)
> df6 <- data.frame(Date = dates[2], Time = times[3], Show = shows, Score = 1:3)
> df7 <- data.frame(Date = dates[2], Time = times[4], Show = shows, Score = 1:3)
> df7
Date Time Show Score
1 2010-01-20 15:30:00 Red Dwarf 1
2 2010-01-20 15:30:00 Being Human 2
3 2010-01-20 15:30:00 Doctor Who 3
I would like to somehow reshape the data into a dif...
2010 Nov 11
4
How to get a specific named element in a nested list
Hello,
I have a nested named list structure, like the following:
x <- list(
list(
list(df1,df2)
list(df3,
list(df4,df5))
list(df6,df7)))
with df1...d7 as data frames. Every data frame is named.
Is there a way to get a specific named element in x?
so, for example,
x[[c("df5")]] gives me the data frame 5?
Thank you in advance!
Best,
Friedericksen
2012 Oct 30
1
Is there an lm() equivalent of panel.lmline()?
panel.lmline returns intercept and slope of y ~ x subsetted to the
combination of conditioning factors given to xyplot in lattice.
for instance:
xyplot(Xvalues ~ log(Qvalues)|Tfac, data = df7, panel = panel.lmline)
I am looking to find the equivalent formulation for lm() proper. If I do
this:
lmcal <- lm(Xvalues ~ log(Qvalues):Tfac, data = df7)
Only one value of the intercept is returned. It appears as all the
'individual' intercepts are summed to form one overall interce...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...;bx2SdkCZ6kPt_Nh!Cd`
zA&j!(zCqcrX7x%~(-$_I)P$PdikjUhyPQTeAS#t0D&_b$SiLpp9N&Hzwf2t#x*ah&
zCl;Wpb)#Wb_sIrgfd-8<3XT+J#!iqv<)fQ1oQLk^G|%lk>dy|IS%RwOqpD-O^<Agj
zjp(oe(&1?1m|bC!6>v01vf*f^IT}5KexAiqX>0^JDV-y5Y`FEv+J{Ld*zy~rV9R?}
zE#<dt7+~h}wP_Nhumn-~8KQ8*tJNlMJd-rH!dF7RK0gTg+D<6c{P0Z-JD}F$_S2gS
z`Qmm at j>PS4ByI{QZf7Gix1s at Wf&<>M0}|2+trD*u`~d^OTE4g??M>T0)dh9j3 at KSB
zI5lIm#2ty-4^Z4*ND93Va^m(dV6&P>=Zncu$~kIGb=k+4 at _=|JYUCg(XQ^@cwv&|C
z4~}w{a=+)iZW{rVawr%=C>T)6RU at F3vlv^&^Y<WuYeWL)kiC~OhcD%mXSL(=AkB|o
zwS|Jr4(2P!s5Og6x...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking