Displaying 2 results from an estimated 2 matches for "obtidos".
Did you mean:
obidos
2012 May 04
1
France Model
Hi,
I need fit the France model :
y = A{1 - exp[-b(t-T) - c(sqrt(t) - sqrt(T))]}
parameters: A, b, T, c
variable: t (time)
resp: y
I tried:
time = 1:48
resp = rnorm(48, 200, 10)
dados = data.frame(resp, time)
attach(dados)
f = function(x, A, b, T, c)
A*(1-exp(-b*(x-T) - c*(sqrt(x) - sqrt(T))))
(mod1 = nls(resp~f(time, A, b, c, T), data=dados,
start=c(A=500, b=152, c=100,
2011 Dec 13
2
Problem with package compilation
...Is only a tag to put on my package? Or this is the correct
way, maintain the R version dependence?
Thanks
Ronaldo
--
6ª lei - Sua produtividade varia como
(tempo produtivo gasto por dia)^1.000.
7ª lei - Sua produtividade também varia como
1/(seu atraso na análise dos dados obtidos)^1.000.
--Herman, I. P. 2007. Following the law. NATURE, Vol 445, p. 228.
> Prof. Ronaldo Reis Júnior
| .''`. UNIMONTES/DBG/Lab. Ecologia Comportamental e Computacional
| : :' : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089,...