Displaying 5 results from an estimated 5 matches for "g60".
Did you mean:
60
2008 Feb 26
2
Combining series of variables using identifier
...= rep(c("I20", "I40", "A50", "B60"), each=5),
var1_lab= rep(c("cat", "dog", "mouse", "horse"), each=5),
var2 = rep(c("B20", "X40", "D50", "G60"), each=5),
var2_lab= rep(c("car", "bicycle", "train", "bus"), each=5))
str(a)
I'd like to create new variables by combining "varX" and "varX_lab" like this:
a$var1_new <- factor(paste(a$var1, a$var1_lab,...
2009 Aug 12
3
Laptop hd incorrect
Hello
I'm new to linux and am trying to install centos 5.3 on my laptop and it has an ata drive but centos does not see the had or cdrom. Googleing does not give me much to check. The laptop is a hp-g60 249wm, latest bios update. The bios does not have any ability to change drive information. The bios basically allows me to only set time, date and boot item. Any advice or direction is appreciated!
Thank you
Cody
Sent on the Now Network? from my Sprint?? BlackBerry
2008 Feb 29
1
How to export tables in list separately using write.table or sink?
...= rep(c("I20", "I40", "A50", "B60"), each=5),
var1_lab= rep(c("cat", "dog", "mouse", "horse"), each=5),
var2 = rep(c("B20", "X40", "D50", "G60"), each=5),
var2_lab= rep(c("car", "bicycle", "train", "bus"), each=5))
g <- unlist(lapply(a, is.factor))
g <- a[g]
g.tablist <- lapply(g, function(x) table(x, g$var1))
for (i in g.tablist) write.table(i , paste(Sys.Date(),...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2010 Jul 15
1
Error using the mi package
...d10e* d10f* d11* d13* d14* e1*
e2* e3* e5* e6* f2* f3a* f3b* f3c* f3d* f3e* f4* f6* f7*
f8* f9* f12* f14* f15* f16* f20* f21* f22* f23* f25* g2*
g3* g6* g8* g9* g12* g13* g15* g17* g18* g22* g25* g26*
g27* g28* g31* g34* g43* g55* g58* g59* g60* g61* g63*
g65* g68a* g68b* g69* g70* g71* g91* g92* g93* g94* g95*
Error in AveVar[s, i, ] <- c(avevar.mean, avevar.sd) :
number of items to replace is not a multiple of replacement length
And here is what traceback() gives:
> traceback()
3: .local(object, ...)
2: mi(imp....