Re: [R] Inverse function using FDA

2013-03-06 Thread zoe richards
I am trying to register unemployment rate and inverse of inflation rate to investigate the phillips curve by looking at the resulting warping function. On Wed, Mar 6, 2013 at 5:17 PM, Peter Ehlers wrote: > On 2013-03-06 12:54, zoe richard

Re: [R] Inverse function using FDA

2013-03-06 Thread Peter Ehlers
On 2013-03-06 12:54, zoe richards wrote: Hi, Does anyone know how (or whether or not it's possible) to output an inverse of a functional object? I haven't found a way, but since derivatives etc. can be computed using the "fda" package it seems like this should be possible using this package or

Re: [R] inverse function of melt

2010-06-18 Thread Henrique Dallazuanna
Try this: xtabs(value ~ YEAR + variable, x) On Fri, Jun 18, 2010 at 10:39 AM, n.via...@libero.it wrote: > > Dear list, > I'm looking for an inverse function of melt(which is in package > reshape).Namely, I had a data frame like this > (Table1) > > YEAR VAR1 VAR2 VAR3 > 1995 7

Re: [R] inverse function of melt

2010-06-18 Thread Joris Meys
http://had.co.nz/reshape/ please, do at least some effort before you post a question, so people don't have to point out that your question can easily be solved by reading the f*cking manual. cheers Joris On Fri, Jun 18, 2010 at 3:39 PM, n.via...@libero.it wrote: > > Dear list, > I'm looking fo

Re: [R] inverse function of melt

2010-06-18 Thread Steven McKinney
?cast A reproducible example would get you more feedback. Steven McKinney From: r-help-boun...@r-project.org [r-help-boun...@r-project.org] On Behalf Of n.via...@libero.it [n.via...@libero.it] Sent: June 18, 2010 6:39 AM To: r-help@r-project.org Subject

Re: [R] inverse function of SSlogis

2010-03-29 Thread Kay Cichini
hello gabor, thanks a lot for that. i'll try. best wishes, kay -- View this message in context: http://n4.nabble.com/inverse-function-of-SSlogis-tp1694995p1695061.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

Re: [R] inverse function of SSlogis

2010-03-29 Thread Gabor Grothendieck
Try this. More info at http://ryacas.googlecode.com : > library(Ryacas) > Asym <- Sym("Asym"); xmid <- Sym("xmid"); scal <- Sym("scal") > x <- Sym("x"); y <- Sym("y") > Solve(Asym/(1+exp((xmid-x)/scal))==y, x) expression(list(x == xmid - log(Asym/y - 1) * scal)) On Mon, Mar 29, 2010 at 7:24 AM

Re: [R] Inverse function

2010-02-25 Thread Greg Snow
2010 2:31 PM > To: Bert Gunter > Cc: r-help > Subject: Re: [R] Inverse function > > This is not a homework problem. > > How to solve numerically for y from f(y,r) - a=g(y)=0? I am not too > sure. > > Thanks! >Hannah > > > 2010/

Re: [R] Inverse function

2010-02-24 Thread li li
This is not a homework problem. How to solve numerically for y from f(y,r) - a=g(y)=0? I am not too sure. Thanks! Hannah 2010/2/24 Bert Gunter > 1. Is this a homework problem? > > 2. Etiquette on this list is to sign with your full real name. Adhering to > the list etiq

Re: [R] Inverse function

2010-02-24 Thread Bert Gunter
1. Is this a homework problem? 2. Etiquette on this list is to sign with your full real name. Adhering to the list etiquette may enhance your chance of a useful response, especially in view of (1), as we (or at least some of us) do not wish to do students' homework for them. 3. Hint: f(y,r) = a