[R] Using as.formula() with the reshape package cast

Gavin Simpson gavin.simpson at ucl.ac.uk
Tue Apr 7 21:40:50 CEST 2009


On Tue, 2009-04-07 at 09:47 -0400, ryan.sheftel at malbecpartners.com
wrote:
> I am trying to use the "cast" function from the reshape package, where the 
> formula is not passed in directly, but as the result of the as.formula() 
> function. 
> 
> Using reshape v. 0.7.2 
> 
> I am able to properly melt() by data with: 
> 
> > molten <- melt(x, id=1:2) 
> 
> then I can properly cast with this: 
> 
> > cast(molten, days ~ variable) 
> 
> but if I try 
> 
> > cast(molten, as.function("days ~ variable")) 
                    ^^^^^^^^^

Did you really use as.function not as.formula as you claim or is this a
typo in composing this posting? If this is what you typed, that may well
be the source of the error.

HTH

G

> 
> if returns the error: 
> 
> Error in check_formula(formula, varnames) : 
>         Formula contains variables not in list of known variables 
> 
> I am not sure if the problem is with cast or as.formula() 
> 
> I did confirm that: 
> 
> > x <- days ~ variable 
> 
> > y <- as.formula("days ~ variable") 
> 
> > x==y 
> TRUE
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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-guide.html
> and provide commented, minimal, self-contained, reproducible code.
-- 
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
 Dr. Gavin Simpson             [t] +44 (0)20 7679 0522
 ECRC, UCL Geography,          [f] +44 (0)20 7679 0565
 Pearson Building,             [e] gavin.simpsonATNOSPAMucl.ac.uk
 Gower Street, London          [w] http://www.ucl.ac.uk/~ucfagls/
 UK. WC1E 6BT.                 [w] http://www.freshwaters.org.uk
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%




More information about the R-help mailing list