>
> Bert Gunter
>
> "The trouble with having an open mind is that people keep coming along and
> sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
>
>
> On Sun, Jun 7, 2020 at 3:59 AM Rob Forsyth
>
I am using the eRm package to examine the properties of a clinical rating scale
using a Partial Credit Model (PCM). I understand how to extract the person
ability estimates (thetas) from a simple fitted PCM but I have a dataset with
repeated observations over time (~1200 observations of the inst
-Original Message-
>> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
>> Behalf
>> Of Rob Forsyth
>> Sent: Monday, June 10, 2013 2:42 PM
>> To: r-help@r-project.org
>> Subject: [R] padding specific missing values with NA
Dear list
Getting very frustrated with this simple-looking problem
> m1 <- lm(x~y, data=mydata)
> outliers <- abs(stdres(m1))>2
> plot(x~y, data=mydata)
I would like to plot a simple x,y scatter plot with labels giving custom
information displayed for the outliers only, i.e. I would like to def
I have some longitudinal data I'm fitting with an asymptotic growth function
constrained to the origin. Visual inspection of the dataset suggests this is
reasonable!
> library(nlme)
> results <- groupedData(y~Days | ID, data=results)
> m1 <- nlsList(SSasympOrig, na.omit(results))
> m1
Call:
Mo
s trying to generate some diagnostics to get a better idea of what the
problem(s) are, and/or adjust default parameters used in the nlm call to see if
this helped achieve convergence. Setting options(warn=1) doesn't appear to help
and am unclear how set flags such as print.level for the nlm c
Sorry - I suspect this is a very basic query.
I have a data frame structured "flat" (i.e. separate observations for a given
subject ID on separate lines). Using the nlme library I create a groupedData
object suitable for further analysis thus:
dataset <- groupedData(VARIABLE ~ TIME|ID, data=sfa
no actual
error message is reported during the run. Is there a way to test for
this condition?
Thanks
Rob Forsyth
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-projec
I would appreciate confirmation that the function vcov(model.nlme)
gives the var-cov matrix of the fixed effects in an nlme model.
Presumably the random-effects var-cov matrix is given by cov(ranef
(model.nlme)?
Rob Forsyth
__
R-help@r-project.org
base stats package suitable? If so, why is
the additional getVarCov provided?
thank you
Rob Forsyth
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting
10 matches
Mail list logo