Displaying 20 results from an estimated 22 matches for "v8l".
Did you mean:
v8
2006 Nov 24
4
Nonlinear statistical modeling -- a comparison of R and AD Model Builder
...n
R for this problem. ADMB takes about 2 seconds to converge while
R takes over 90 minutes.
This is a simple toy example. Real fisheries models are often hundred of
times more computationally intensive as this one.
Cheers,
Dave
~
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3S3
Canada
Phone/FAX 250-655-3364
http://otter-rsch.com
2008 Apr 03
0
lmer function :method="AGQ" glmmADMB
...del Builder's random effects
module which incorporates this feature.
There is now a beta version of the software for
people using R on the Mac intel platform.
http://otter-rsch.com/admbre/examples/glmmadmb/glmmADMB.html
Cheers,
Dave
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3S3
Canada
Phone/FAX 250-655-3364
http://otter-rsch.com
2008 Nov 25
1
AD Model Builder now freely available
.../
Two areas where AD Model builder would be especially useful to R users
are multi-parmater smooth optimization as in larg scale maximum
likelihood estimation and the analysis of general nonlinear random
effects models.
Cheers,
Dave
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3S3
Canada
Phone/FAX 250-655-3364
http://otter-rsch.com
2009 Feb 26
2
generalized linear mixed models with a beta distribution
Has there been any follow up to this question? I have found myself wondering
the same thing: How then does SAS fit a beta distributed GLMM? It also fits
the negative binomial distribution.
Both of these would be useful in glmer/lmer if they aren't 'illegal' as
Brian suggested. Especially as SAS indicates a favorable delta BIC of over
1000 when I fit the beta to my data (could be the
2010 Mar 11
2
Robust estimation of variance components for a nested design
One of my colleagues has a data set from a two-level nested design from
which we would like to estimate variance components. But we'd like some
idea of what the inevitable outliers are doing, so we were looking for
something in R that uses robust (eg Huber) treatment and returns robust
estimates of variance.
Nothing in my collection of R robust estimation packages (robust,
robustbase and MASS
2005 Oct 16
1
Cross compiler taqrgeting Mac OS X
...ompiler on
windows or probably easier on Linux i686. I would appreciate any advice
on how how to go about this. I understand there are a number of
different versions of Mac OS X. Are there compatability issues?
also 32/64 bit issues.
Dave
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3s3
Canada
http://otter-rsch.com
--
2005 Oct 15
2
TRAMO-SEATS confusion?
Dear R People:
When looking at the previous postings regarding TRAMO-SEATS,
I am somewhat puzzled.
Is it true that we CANNOT replicate TRAMO-SEATS because of
licensing or ownership issues, please?
If not, would anyone be interested in an R version of it, please?
Thanks,
Sincerely,
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston -
2009 Sep 24
1
Maximum likelihood estimation of parameters make no biological sense
R-help,
I'm trying to estimate some parameters using the Maximum Likehood method.
The model describes fish growth using a sigmoidal-type of curve:
fn_w <- function(params) {
Winf <- params[1]
k <- params[2]
t0 <- params[3]
b <- params[4]
sigma <- params[5]
what <- Winf * (1-exp(- k *(tt - t0)))^b
2005 Nov 01
3
glmmpql and lmer keep failing
Hello,
I'm running a simulation study of a multilevel model with binary
response using the binomial probit link. It is a random intercept and
random slope model. GLMMPQL and lmer fail to converge on a
*significant* portion of the *generated* datasets, while MlWin gives
reasonable estimates on those datasets. This is unacceptable. Does
anyone has similar experiences?
Regards,
Roel de
2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...then yes we would need unwinding
> information. We'd also need unwinding information in libunwind if it
> called a function that could throw an exception.
>
>> I tried the
>> example with the armv7l release of clang 8.0 which I happened to have
>> installed on an Armv8l machine and the program worked. I was able to
>> reproduce the problem with the PR with the default Ubuntu16.04 clang
>> (3.8) and libc++-dev package.
>>
>> I also note that when looking at the link line for the example in the
>> PR, clang was linking libgcc_s and not...
2003 Jan 07
0
Bug in Ossh3.5p1
...nberger at pgc.nrcan.gc.ca or andreas at arescon.com
--
___________________________________________________________________
a. rosenberger arescon ltd.
andreas at arescon.com 9706 First St.
www.arescon.com Sidney, B.C. Canada V8L 3C7
___________________________________________________________________
2006 Mar 23
1
conservative robust estimation in (nonlinear) mixed models
...extend
methods based one the Laplace approximation for the random
effects (i.e. the Laplace approximation itself, adaptive
Gaussian integration, adaptive importance sampling) to the new
distribution.
Dave
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3S3
Canada
Phone/FAX 250-655-3364
http://otter-rsch.com
2009 May 07
2
lasso based selection for mixed model
Dear useRs (called Frank Harrell, most likely),
after having preached for years to my medical colleagues to be cautious
with stepwise selection procedures, they chanted back asking for an
alternative when using mixed models.
There is a half dozen laXXX packages around for all types of linear models,
but as far I see there is none for mixed models such as lme. Even
boot.stepAIC (which I
2019 Nov 18
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...lem if an
> exception were being propagated through a libunwind function, and that
> shouldn't happen unless something has gone badly wrong.
Can you explain what you mean?
> I tried the
> example with the armv7l release of clang 8.0 which I happened to have
> installed on an Armv8l machine and the program worked. I was able to
> reproduce the problem with the PR with the default Ubuntu16.04 clang
> (3.8) and libc++-dev package.
>
> I also note that when looking at the link line for the example in the
> PR, clang was linking libgcc_s and not libunwind so I thin...
2019 Nov 20
2
libunwind is not configured with -funwind-tables when building it for ARM Linux?
...would need unwinding
>> information. We'd also need unwinding information in libunwind if it
>> called a function that could throw an exception.
>>
>> I tried the
>> example with the armv7l release of clang 8.0 which I happened to have
>> installed on an Armv8l machine and the program worked. I was able to
>> reproduce the problem with the PR with the default Ubuntu16.04 clang
>> (3.8) and libc++-dev package.
>>
>> I also note that when looking at the link line for the example in the
>> PR, clang was linking libgcc_s and not...
2007 Jun 06
3
Using odesolve to produce non-negative solutions
Hello,
I am using odesolve to simulate a group of people moving through time and transmitting infections to one another.
In Matlab, there is a NonNegative option which tells the Matlab solver to keep the vector elements of the ODE solution non-negative at all times. What is the right way to do this in R?
Thanks,
Jeremy
P.S., Below is a simplified version of the code I use to try to do this,
2007 Dec 05
4
coxme frailty model standard errors?
Hello,
I am running R 2.6.1 on windows xp
I am trying to fit a cox proportional hazard model with a shared
Gaussian frailty term using coxme
My model is specified as:
nofit1<-coxme(Surv(Age,cen1new)~ Sex+bo2+bo3,random=~1|isl,data=mydat)
With x1-x3 being dummy variables, and isl being the community level
variable with 4 levels.
Does anyone know if there is a way to get the standard error
2006 Feb 27
2
singular convergence in glmmPQL
I am using the 'glmmPQL function in the 'MASS' library to fit a mixed effects logistic regression model to simulated data. I am conducting a series of simulations, and with certain simulated datasets, estimation of the random effects logistic regression model unexpectedly terminates. I receive the following error message from R:
Error in lme.formula(fixed=zz + arm.long,random=~1 |
2005 Oct 13
3
Do Users of Nonlinear Mixed Effects Models Know Whether Their Software Really Works?
...s out there. We would
welcome results for other packages. If we can find a serious
competitor to AD Model Builder then we could move on to comparing
the relative performance on more difficult models.
Cheers,
Dave Fournier
--
David A. Fournier
P.O. Box 2040,
Sidney, B.C. V8l 3s3
Canada
http://otter-rsch.com
--
Internal Virus Database is out-of-date.
2007 Aug 16
4
Linear models over large datasets
I'd like to fit linear models on very large datasets. My data frames
are about 2000000 rows x 200 columns of doubles and I am using an 64
bit build of R. I've googled about this extensively and went over the
"R Data Import/Export" guide. My primary issue is although my data
represented in ascii form is 4Gb in size (therefore much smaller
considered in binary), R consumes about