Displaying 1 result from an estimated 1 matches for "ltb4".
Did you mean:
ltb
2011 Jul 12
0
Adding a correlation value (like Rsquared) to a 4 parameter logistic fit model.
...rently use the drc package and this is our script for the 4
parameter:
SC<-read.delim(file = "C:/Documents and Settings/rekem/My
Documents/SCBook.txt", header = T, check.names = FALSE, as.is = TRUE)
FourP<-drm(Response~Expected, data = SC, fct = LL.4())
plot(FourP, main = "LTB4 Standard Curve Zi Phase 7", xlab = "Expected
(pg/mL)", ylab = "Response (%Bound)")
Thanks for any help.
Kevin McEnroy
--
View this message in context: http://r.789695.n4.nabble.com/Adding-a-correlation-value-like-Rsquared-to-a-4-parameter-logistic-fit-model-tp3662480p3662...