search for: cell3

Displaying 5 results from an estimated 5 matches for "cell3".

Did you mean: cell
2003 Oct 15
2
Example of cell means model
...33333 12.633333 14.500000 12.766667 3 16.300000 18.100000 19.933333 18.166667 > coef(fm1 <- lm(Yield ~ cell - 1, xmp11.07)) cell1/1 cell1/2 cell1/3 cell1/4 cell2/1 cell2/2 cell2/3 cell2/4 9.200000 12.433333 12.900000 10.800000 8.933333 12.633333 14.500000 12.766667 cell3/1 cell3/2 cell3/3 cell3/4 16.300000 18.100000 19.933333 18.166667 The residual sum of squares for this model is the same as that for the model with crossed terms > deviance(fm1) [1] 38.04 > deviance(fm2 <- lm(Yield ~ Variety * Density, xmp11.07)) [1] 38.04 but the coefficients a...
2012 Mar 14
1
list factoring
...emails, but for some reason, even though i am a member, it's withholding my email so i said i would try it this route instead!... I appreciate the reading Thank you. If i have: matrix: > var1 var2 var3 > cell1 x x x > cell2 x x x > cell3 x x x > > cell4 > > . > . > . > . > cell100 and: vector1 <- c("cell1, "cell5",cell19", "cell50", "cell70") your_data$mycells <- factor(your_data$cells %in% vector1, c("Special", "NotSpecial&quot...
2012 Mar 13
2
sort list
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. > cell_data <-list(c('cell1','cell2')) > cell_data [[1]] [1] "cell1" "cell2" > factor_list <- factor(cell_data) Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called
2012 Nov 20
2
[PATCH][RFC] OpenUPS driver
...e table */ +/* --------------------------------------------------------------- */ + +/* OPENUPS usage table */ +static usage_lkp_t openups_usage_lkp[] = { + {"Cell1", 0x00000001}, /* Battery cell 1 on J6 pin 1 */ + {"Cell2", 0x00000002}, /* Battery cell 2 on J6 pin 2 */ + {"Cell3", 0x00000003}, /* Battery cell 3 on J6 pin 3 */ + {"Cell4", 0x00000004}, /* Battery cell 4 on J6 pin 4 */ + {"Cell5", 0x00000005}, /* Battery cell 5 on J6 pin 5 */ + {"Cell6", 0x00000006}, /* Battery cell 6 on J4 pin 1 */ + /* Usage table for windows monitoring ap...
2006 Sep 05
0
rake craziness with Migrate as a dependency
...-> 0.2100s -- add_column(:users, "cell1", :string, {:default=>"", :limit=>3, :null=>false}) -> 0.2100s -- add_column(:users, "cell2", :string, {:default=>"", :limit=>3, :null=>false}) -> 0.2210s -- add_column(:users, "cell3", :string, {:default=>"", :limit=>4, :null=>false}) -> 0.2200s == MobileToThreeCell: migrated (0.8610s) ====================================== == AddShowComingSoonToUsers: migrating ======================================== -- add_column(:offers, "show_in_coming_s...