search for: tmb

Displaying 19 results from an estimated 19 matches for "tmb".

Did you mean: tlb
2018 Jul 01
2
Installing sjPlot in R 3.4.4 on Ubuntu 16.04LTS
Dear all, I have had some rather serious difficulties getting graphics and analysis packages to load in R on my new Ubuntu Install. The trouble seems to begin when attempting to install TMB. I have done a full purge of r-base r-base-dev and r-base-core and reinstalled the newest version of RStudio (not that this should matter). I'm not sure what to try next. many thanks! Brandon Z > install.packages("sjPlot")Installing package into ?/home/drz/R/x86_64-pc-linux-gnu...
2002 Aug 14
0
: use of Error() for repeated measures with more than 2 factors
...uot;Notes on the use of R for psychology experiments and questionnaires" by Jonathan Baron and Yuelin Li (see the example of Hay's) I have found that there seems to be a limit, in the number of factors in Error() . For example, the following worked : aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)^3 + Error(Batch / (Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb)),simulation.6batches.aovdata) but not: aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)^3 + Error(Batch / (Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b)),simulation.6batches.aovdata) which I s...
2002 Aug 19
0
: Bug in Error() and the use of Error() for repeated measures with more than 2 fa ctors
...ay's) >> >>>>> >>>>> I have found that there seems to be a limit, in the number of >>>>> factors in >>>>> Error() . For example, the following worked : >>>>> >>>>> aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b+Mom2b+Mom3b)3 + >>>>> Error(Batch / >>>>> (Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb)),simulation.6batches.aovdata) >>>>> >>>>> but not: >>>>> >>>>> aov(CV ~(Twb+Plb+Psb+tinsb+tseedb+Tmb+Mcb+Mom0b+Mom1b...
2023 Jan 27
2
aniMoutm/foiegras Assistance
Hi all, I am receiving the error *Newton failed to find minimum* whilst trying to fit a move persistence model in this package. I think the error is related to the optimiser in the TMB package but it is beyond my statistics/coding knowledge to track down the specific cause and solution. I would appreciate it if anyone knew some resources to assist with fixing this. I have put a MRE and sample data over on Stackoverflow if anyone wants a closer look - https://stackoverflow.com/que...
2023 Aug 06
3
A demonstrated shortcoming of the R package management system
CRAN, by relying on the powerful package management system that is part of R, provides an unparalleled framework for extending R with nearly 20k packages. We recently encountered an issue that highlights a missing element in the otherwise outstanding package management system. So we would like to start a discussion about enhancing its feature set. As shown below, a mechanism to force
2019 Aug 24
0
Suggestions for improved checks on CRAN/R
...in the way sysreqs are declared... But that's another story for another day. - Checks for buildroot path in the installed files. E.g., RUnit calls system.file in man/checkFuncs.Rd, and as a result, the installed manual contains the buildroot path, which should never happen. Another example is TMB, but in this case the buildroot ends up in a binary file, simple.so, that is compiled during the installation. - Checks for incorrect NeedsCompilation. Some packages have this flag, but nothing is compiled. E.g., reshape, analogueExtra, AGHmatrix... - Checks for execution flags. The execution bit...
1999 Nov 22
2
netCDF and/or HDF4/5 interfaces for R?
Hi, I was wondering whether there are interfaces to netCDF, HDF4, or HDF5 for "R". Thanks, Thomas. tmb-r-project at lumo.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r...
2007 Dec 31
0
[problem for] compile Samba + Mysql (pdbsql)
...pdbsql (on a Debian ETCH installation) Let's see what i did : (The Bold lignes are the return error message that i have) Thanks for you help... 1? installer outils de compilation et de subversion : - aptitude install dpkg-dev - aptitude install subversion 2? aller dans le r?pertoire /tmb - cd /tmp 3? download des sources de samba : - apt-get source samba 4? r?cup?rer sources de pdbsql : - wget http://kent.dl.sourceforge.net/sourceforge/pdbsql/pdbsql-0.2-samba-3.0.23.tar.bz2 - tar xvjf pdbsql-0.2-samba-3.0.23.tar.bz2 5? r?cup?rer les d?pendances de Samba : - apt-get build-de...
2010 Feb 12
13
SSD and ZFS
Hi all, just after sending a message to sunmanagers I realized that my question should rather have gone here. So sunmanagers please excus ethe double post: I have inherited a X4140 (8 SAS slots) and have just setup the system with Solaris 10 09. I first setup the system on a mirrored pool over the first two disks pool: rpool state: ONLINE scrub: none requested config: NAME
2007 Dec 13
1
Password problem
Hello I have configured samba on CentOS-5, when i was logging from client side it con't ask password,it has loged in to "Anonymous" user.I configured user mode. I am using linux (serve) to linux (client), but i should avoid Anonymous login. What i should do?.I did this type configuration what i should add. 1) The contents of /etc/samba/smb.conf file as follows, [global]
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
...t; "Ecfun" "emmeans" [17] "epigrowthfit" "evd" "Exact" "fitode" [21] "fixest" "ggfortify" "ggplot2" "GLMMadaptive" [25] "glmmTMB" "gratia" "hdm" "JMbayes" [29] "JointAI" "lava" "lme4" "lmeresampler" [33] "lmtest" "logistf" "MASS" "...
2020 Jun 30
0
[PATCH 04/18] alpha: Override READ_ONCE() with barriered implementation
...volatile__("mb": : :"memory") +#define __smp_load_acquire(p) \ +({ \ + __unqual_scalar_typeof(*p) ___p1 = \ + (*(volatile typeof(___p1) *)(p)); \ + compiletime_assert_atomic_type(*p); \ + ___p1; \ +}) #ifdef CONFIG_SMP #define __ASM_SMP_MB "\tmb\n" diff --git a/arch/alpha/include/asm/rwonce.h b/arch/alpha/include/asm/rwonce.h new file mode 100644 index 000000000000..83a92e49a615 --- /dev/null +++ b/arch/alpha/include/asm/rwonce.h @@ -0,0 +1,19 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2019 Google LLC. + */ +#ifn...
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000 Dario Strbenac via R-devel <r-devel at r-project.org> ?????: > Would a less resource-intensive value, such as 1, be a safer default > CPU value for confint? Which confint() method do you have in mind? There is at least four of them by default in R, and many additional classes could make use of stats:::confint.default by implementing vcov(). >
2004 Jan 04
4
IMQ problems :-(
Hi I have built a custom TMB Mandrake kernel (2.4.22) with IMQ and ESFQ support. I statically compiled both (mistake?) ESFQ is sorted and working fine (I have succesfully patched IPROUTE2). I have got to the stage where I can see the IMQ device as UP with ifconfig. I can use TC to add QDISCs to the IMQ device. However I just...
2019 Nov 08
15
[PATCH 00/13] Finish off [smp_]read_barrier_depends()
Hi all, Although [smp_]read_barrier_depends() became part of READ_ONCE() in commit 76ebbe78f739 ("locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()"), it still limps on in the Linux memory model with the sinister hope of attracting innocent new users so that it becomes impossible to remove altogether. Let's strike before it's too late: there's only
2020 Jul 10
24
[PATCH 00/18] Allow architectures to override __READ_ONCE()
Hi all, This is version three of the patches I previously posted here: v1: https://lore.kernel.org/lkml/20191108170120.22331-1-will at kernel.org/ v2: https://lore.kernel.org/r/20200630173734.14057-1-will at kernel.org Changes since v2 include: * Actually add the barrier in READ_ONCE() for Alpha! * Implement Alpha's smp_load_acquire() using __READ_ONCE(), rather than the other
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
Hi everyone, This is the long-awaited version two of the patches I previously posted in November last year: https://lore.kernel.org/lkml/20191108170120.22331-1-will at kernel.org/ I ended up parking the series while the READ_ONCE() implementation was being overhauled, but with that merged during the recent merge window and LTO patches being posted again [1], it was time for a refresh. The
2020 Jun 30
32
[PATCH 00/18] Allow architectures to override __READ_ONCE()
Hi everyone, This is the long-awaited version two of the patches I previously posted in November last year: https://lore.kernel.org/lkml/20191108170120.22331-1-will at kernel.org/ I ended up parking the series while the READ_ONCE() implementation was being overhauled, but with that merged during the recent merge window and LTO patches being posted again [1], it was time for a refresh. The
2004 Apr 20
0
outdated bogons table in current Shorewall...
Hi, according to: http://www.iana.org/assignments/ipv4-address-space the bogons table is outdated... tha attached patch fixes that... (done against 2.0.1) -- Regards Thomas PS. please CC me as I''m not subscribed to the list -------------- next part -------------- --- usr/share/shorewall/bogons.old 2004-04-19 18:28:00.000000000 +0300 +++ usr/share/shorewall/bogons 2004-04-20