Displaying 2 results from an estimated 2 matches for "0.014779".
2011 Jun 12
2
NLS fit for exponential distribution
Hello there,
I am trying to fit an exponential fit using Least squares to some data.
#data
x <- c(1 ,10, 20, 30, 40, 50, 60, 70, 80, 90, 100)
y <- c(0.033823, 0.014779, 0.004698, 0.001584, -0.002017, -0.003436,
-0.000006, -0.004626, -0.004626, -0.004626, -0.004626)
sub <- data.frame(x,y)
#If model is y = a*exp(-x) + b then
fit <- nls(y ~ a*exp(-x) + b, data = sub, start
2011 May 26
2
likelihood ratio test
Dear R-help,
Can anybody tell me which R package has Lo-Mendell Rubin LR test and Bootstrap
LR test to compare the model fit between k class and k+1 class model for Latent
class analysis?
Thanks in advance,
warn regards,Ms.Karunambigai M
PhD Scholar
Dept. of Biostatistics
NIMHANS
Bangalore
India
[[alternative HTML version deleted]]