search for: glmod

Displaying 5 results from an estimated 5 matches for "glmod".

Did you mean: nlmod
2017 Jul 06
2
attributes on symbols
...there is only one symbol object in a session with a given name, this means that this attaching has a global effect. Should this be quietly allowed or should there be a warning or an error? E.g., str(quote(Education)) # symbol Education lmod <- stats::lm(Fertility ~ ., data = datasets::swiss) glmod <- multcomp::glht(lmod, c("Agriculture=0", "Education=0")) str(quote(Education)) # symbol Education # - attr(*, "coef")= num 1 Bill Dunlap TIBCO Software wdunlap tibco.com [[alternative HTML version deleted]]
2007 Dec 27
1
Error: cannot allocate vector of size ... Bcc: Add Cc | Add Bcc
I read the subject message in a number of R archived emails. Since I am experiencing the same problem: > upfmla A ~ T + cosP + cos2P + cos4P + cos5P + sin3P + sin5P + cosP2 + sinP3 + P2 > glmod <- gls(upfmla,correlation=corAR1(),method="ML") Error: cannot allocate vector of size 491.3 Mb > dim(xx) [1] 8025 14 and since I'm running R on a 64-bit Linux platform ... I wonder whether this problem has been solved or I'm better off giving up the Generalized Least Squ...
2017 Aug 11
1
attributes on symbols
...>> this attaching has a global effect. Should this be quietly allowed >> or should there be a warning or >> an error? >> E.g., >> >> str(quote(Education)) >> # symbol Education >> lmod <- stats::lm(Fertility ~ ., data = datasets::swiss) >> glmod <- multcomp::glht(lmod, c("Agriculture=0", "Education=0")) >> str(quote(Education)) >> # symbol Education >> # - attr(*, "coef")= num 1 >> >> Bill Dunlap >> TIBCO Software >> wdunlap tibco.com >> >> > ________...
2017 Jul 07
0
attributes on symbols
...ession with a given name, this means that > this attaching has a global effect.? Should this be quietly allowed or should there be a warning or > an error? > E.g., > > str(quote(Education)) > # symbol Education > lmod <- stats::lm(Fertility ~ ., data = datasets::swiss) > glmod <- multcomp::glht(lmod, c("Agriculture=0", "Education=0")) > str(quote(Education)) > # symbol Education > # - attr(*, "coef")= num 1 > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > >
2007 Nov 29
0
fatal error from R function "gls"
I would appreciate some help with the followiing error ... what did I do wrong and what is the woraroud. > library(nlme) > glmod <- gls(A ~ T +cosP +cos2P +cos4P +cos5P +sin3P +sin5P +cosP2 +sinP3 +P2, correlation=corAR1(),method="ML") Error: cannot allocate vector of size 491.3 Mb I have a bunch of humans' breathing signals. The recording frequency was 30 samples per second. The only relevant variables ar...