[R-sig-ME] lmer() - no applicable method for 'profile'
Ben Bolker
bbolker at gmail.com
Mon Dec 6 14:19:37 CET 2010
You need to be using the development version (lme4a).
install.packages("lme4a",repos="http://r-forge.r-project.org")
if that fails, try posting sessionInfo()
On 10-12-03 12:52 PM, Robert Kinley wrote:
> R 2.12.0 , windows XP
>
> hi
>
> I've been trying an example from Douglas Bates's draft
> "lme4 : Mixed effects modelling with R" (page 14) ,
> but I get an error message :-
>
> #
>> fm1ML<-lmer(Yield ~ 1|Batch,Dyestuff,REML=F)
>> pr1<-profile(fm1ML)
> Error in UseMethod("profile") :
> no applicable method for 'profile' applied to an object of class "mer"
>
>
> I daresay I've done something daft (or failed to do something sensible) -
> but I don't know what.
>
> Can someone help ... ?
>
> cheers
>
>
> Robert Kinley
>
>
>
>
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models
More information about the R-sig-mixed-models
mailing list