Displaying 9 results from an estimated 9 matches for "doba".
Did you mean:
dba
2017 Aug 24
0
strange nlme augpred behaviour
...AM, PIKAL Petr <petr.pikal at precheza.cz> wrote:
>>> Dear all
>>>
>>> I encountered strange behaviour of augPred with virtually the same
>>> data
>>>
>>> First I made groupedData object.
>>>> mar.g<-groupedData(rutilizace~doba|int, data=mar)
>>>
>>> When I perform nlme on complete dataset I get an error with augPred
>>>> fit<-nlsList(rutilizace~SSasymp(doba, Asym, R0, lrc), data=mar.g)
>>> Warning message:
>>> c("1 error caught in nls(y ~ cbind(1 - exp(-exp(lrc) *...
2017 Aug 23
2
strange nlme augpred behaviour
..., Aug 23, 2017 at 5:17 AM, PIKAL Petr <petr.pikal at precheza.cz> wrote:
> > Dear all
> >
> > I encountered strange behaviour of augPred with virtually the same
> > data
> >
> > First I made groupedData object.
> >> mar.g<-groupedData(rutilizace~doba|int, data=mar)
> >
> > When I perform nlme on complete dataset I get an error with augPred
> >> fit<-nlsList(rutilizace~SSasymp(doba, Asym, R0, lrc), data=mar.g)
> > Warning message:
> > c("1 error caught in nls(y ~ cbind(1 - exp(-exp(lrc) * x), exp(-exp(lr...
2017 Aug 23
2
strange nlme augpred behaviour
Dear all
I encountered strange behaviour of augPred with virtually the same data
First I made groupedData object.
> mar.g<-groupedData(rutilizace~doba|int, data=mar)
When I perform nlme on complete dataset I get an error with augPred
> fit<-nlsList(rutilizace~SSasymp(doba, Asym, R0, lrc), data=mar.g)
Warning message:
c("1 error caught in nls(y ~ cbind(1 - exp(-exp(lrc) * x), exp(-exp(lrc) * x)), data = xy, : singular gradient",...
2017 Aug 23
0
strange nlme augpred behaviour
...loom County" comic strip )
On Wed, Aug 23, 2017 at 5:17 AM, PIKAL Petr <petr.pikal at precheza.cz> wrote:
> Dear all
>
> I encountered strange behaviour of augPred with virtually the same data
>
> First I made groupedData object.
>> mar.g<-groupedData(rutilizace~doba|int, data=mar)
>
> When I perform nlme on complete dataset I get an error with augPred
>> fit<-nlsList(rutilizace~SSasymp(doba, Asym, R0, lrc), data=mar.g)
> Warning message:
> c("1 error caught in nls(y ~ cbind(1 - exp(-exp(lrc) * x), exp(-exp(lrc) * x)), data = xy, : si...
2008 Jun 25
1
a loop....
I'm trying to make a loopo with some file....
>
> library(dplR)
> files.rwl <- system("ls *.rwl", intern=TRUE) > files.rwl
[1] "cimfasy.rwl" "rocquce.rwl"
> for (i in files.rwl) assign(gsub("\\.rwl$", "_rwl", i), read.rwl(i, header=0))
There are 70 series
There are 21 series
>
> cimfasy_rwl
1990 1.55 0.00
2008 Oct 01
2
an unsophisticated question about recoding in a data frame with control structure if {}
Hello all,
I apologize for a terribly simple question. I'm used to using Stata and am trying to `switch' over to R.
I would like to recode a vector in a data frame when the value of it meets the following condition: if (dataframe$factor=='3'){dataframe$thevector<-(an arithmetic mean). What I would like to result is the creation of a new variable within the data frame for
2009 Jan 29
4
Text in a character vector to indicate "ifelse" argument
Hello
I have a data set that looks like this;
> b2
dato chr status PRRSvac
PRRSsanVac PRRSsanDk PRRSdk
33 2007-12-03 090432 R?d SPF
34 2007-02-09 090432 R?d SPF+sanDK
35 2002-12-17 090432 R?d SPF+DK
36 2002-11-27 090432 R?d SPF+sanDK
37 2002-07-23
2005 Jul 01
1
Setting lattice boxplot's lines to black
...es ,data=iris))
# This work whit xyplot but don't work whit bwplot, the boxplot's
# lines aren't black.
How Set I my boxplot's lines to black ????
Thanks a lot.
--
Mario Alfonso Morales Rivera
Profesor Auxiliar.
Departamento de Matem??ticas y Estadistica.
Universidad de C??doba.
Colombia
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems