Displaying 2 results from an estimated 2 matches for "logisticoconcorri".
2017 Oct 20
3
nls() and loop
...ing message:
In nls(SVL ~ DE + (alfa/(1 + exp(-gamma * ANO))), data = data, start =
list(alfa = a, :
singular gradient
> names(resultados)<- 1:10
Error in names(resultados) <- 1:10 :
'names' attribute [10] must be the same length as the vector [4]
> parametros<- t(sapply(LogisticoConCorri, "[[", "par?metros")) #estp lo
que hace es ir item por item de la lista y sacar los par?metros
Error in FUN(X[[i]], ...) : subscript out of bounds
> colnames(parametros)<- c("alfa", "beta", "gamma", "DE")
Error in dimnames(x) <- d...
2017 Oct 20
0
nls() and loop
...~ DE + (alfa/(1 + exp(-gamma * ANO))), data = data, start =
>list(alfa = a, :
> singular gradient
>> names(resultados)<- 1:10
>Error in names(resultados) <- 1:10 :
> 'names' attribute [10] must be the same length as the vector [4]
>> parametros<- t(sapply(LogisticoConCorri, "[[", "par?metros")) #estp
>lo
>que hace es ir item por item de la lista y sacar los par?metros
>Error in FUN(X[[i]], ...) : subscript out of bounds
>> colnames(parametros)<- c("alfa", "beta", "gamma", "DE")
>Error in...