search for: datlong

Displaying 2 results from an estimated 2 matches for "datlong".

Did you mean: latlong
2011 Aug 30
2
Plotting multiple vectors in one window?
Hi all. Using the following code: plot(bsa, abs, col='blue', pch=16, xlim=c(0, 25), ylim=c(0.0, 1.0), xlab = expression(paste(BSA, " (", mu, "g)", sep="")), ylab=expression(A[595])) plot(unknown1, abs2, col='blue', pch=16, xlim=c(0, 25), ylim=c(0.0, 1.0), xlab = expression(paste(Unknown_1, " (", mu, "g)", sep="")),
2010 Feb 24
0
Extracting individual parameter estimates from mmlcr
...a. I am able to find model parameters such as degrees of freedom, loglikelihood, and BIC. For example, here is a cubic 3-class model I am using. mmlcr1 <- mmlcr(outer = ~ 1 | ID, components = list(list(formula = Score ~ poly(wave,3), class = "cnormlong", min = 1, max = 4)), data = datlong, n.groups = 3) In this model I can find these parameters as follows: mmlcrl$df mmlcr1$loglikelihood mmlcr1$BIC And I can identify individual parameter estimates such as posterior probabilities of belonging to specific classes, specific data points, corresponding fitted and residual values as fo...