Displaying 1 result from an estimated 1 matches for "noofcells".
2004 May 14
2
NLME model question
...r5))/.expr13)
dimnames(.grad) <- 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...