search for: celldata

Displaying 3 results from an estimated 3 matches for "celldata".

Did you mean: welldata
2004 May 14
2
NLME model question
...<- list(NULL, .actualArgs) attr(.value, "gradient") <- .grad } .value } where x = time, 100000 = known starting conditions, r = growth and k = carrying capacity i guessed i should then write nlme(NoofCells~SSGrowth(Time,r,k),fixed=r+k~1,data=CellData,random=r+k~1) This runs and tells me that r & k's do differ BUT. The "CellData" actually consists of replicates - ie there are 4 cell types, but they are done 6 times each. Therefore, I do not want to ask if there are significant differences in r & k between 24 sets of...
2007 Jun 14
4
How to convert a table to JSON (or to Javascript array)
Is there a way to retrieve an HTML table in javascript and convert it to JSON using prototype? I''m stumped :( phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2009 Jul 08
3
Suggestion: Dimension-sensitive attributes
Hi, I agree with Henrik that his suggestion to have "dimension vector attributes" working like dimnames (see below) would be an extremely useful infrastructure adittion to R. If this is not considered for R-core, I am happy to try to implement this in a package, as a new class. And possibly do the same thing for data frames. Should you have any comments, ideas or suggestions about it,