Petar Milin wrote:
> Hello!
> There were some questions regarding warning messages in Design library,
> but no answer how to fix them. What about:
> 
> "use of storage.mode(x) <- "single" is deprecated: use mode<- instead"
> 
> What does it mean? How to use properly simple model like:
> 
> m1 = ols(Y ~ A + B + C, data = someData)
> 
> After specifying the model above, warning message to use "mode(x)"
> instead of "storage.mode(x)" appears.
> 
> Best,
> PM

It's just a warning to be ignored.  It will go away in a future release 
of Design.

Frank

> 
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
> 


-- 
Frank E Harrell Jr   Professor and Chair           School of Medicine
                      Department of Biostatistics   Vanderbilt University

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to