search for: b00

Displaying 20 results from an estimated 33 matches for "b00".

Did you mean: 00
2006 Apr 07
4
setIs and method dispatch in S4 classes
...alue){new("A01", a=value at a, b=value at b)}) #only a "+" method for A01 setMethod("+", signature=c("A01","A01"), function(e1,e2){e1 at b+e2@b}) x1=new("A02", a=1, d=2) x2=new("A02", a=1, d=3) x1+x2 ## 5 as expected ## now: B00 mother class to B01 and B02, and again B02 "contains" B01 by setIs: setClass("B00", representation(a="numeric")) setClass("B01", representation(a="numeric",b="numeric"), contains= "B00") setClass("B02", representation(a...
2013 Jul 31
3
Booting FreeBSD
On 01/08/2013, at 24:37, Gene Cumm <gene.cumm at gmail.com> wrote: > On Wed, Jul 31, 2013 at 7:36 AM, Daniel O'Connor <doconnor at gsoft.com.au> wrote: >> Hi, >> I am trying to create a hybrid ISO image for FreeBSD 9.2 using syslinux 6.01 and isohybrid.pl I found at http://www.overclockix.com/sources/isohybrid.pl (I know there is a C version in syslinux but I
2004 Sep 10
4
1.0 source candidate
--- Matt Zimmerman <mdz@debian.org> wrote: > On Fri, Jul 20, 2001 at 05:15:21PM -0700, Josh Coalson wrote: > > > I rethought it and it seemed like a bad idea to post > > a big file, so you can get it here: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 > > With the attached patch, a complete
2004 Aug 09
0
Need help on this problem!
...Min Q1 Med Q3 Max -2.5233682 -0.6801665 -0.1735055 0.5243569 2.7772921 Number of Observations: 666 Number of Groups: 111 However, when I tried to fit the following model and the starting value is very close to the true value: > simu.nlme<-nlme(gf~b00 + b10 * age + b20 * max(0,(age-tau0)),data=simu1,fixed=b00+b10+b20+tau0~1,random=b00+b10+b20+tau0~1,group=~id, start=c(b00=4.08,b10=5.32,b20=-5.29,tau0=14.8),method="REML") It shows following error: ************************************** Error in MEEM(object, conLin, control$niterEM) :...
2012 Aug 04
1
lme4 / HLM question
I'm hoping that this is a relatively easy question for someone familiar with the lme4 package. I'm accustomed to using HLM software and writing a simple 2 level [null] equation like this: L1 - Yij = b0 + e L2 - b0 = B00 + u0 The following command in R provides results that are identical to the HLM program. results <- lmer( Y ~ 1 |id , PanelData4) I can't seem to find any examples on-line nor in the help about how to write the lmer4 formula that contains two predictor variables at level 1 with...
2013 Aug 01
0
Booting FreeBSD
...oot/kernel/kernel > /boot/kernel/kernel: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), not stripped > [build92 23:40] ~ #ls -la /boot/kernel/kernel > -r-xr-xr-x 1 root wheel 20730068 Jul 21 13:41 /boot/kernel/kernel* $ file esxi510/TBOOT.B00 esxi510/TBOOT.B00: gzip compressed data, from Unix, last modified: Tue Mar 13 21:16:55 2012, max compression $ file esxi410/tboot.gz esxi410/tboot.gz: gzip compressed data, from Unix, last modified: Tue Dec 21 20:20:30 2010, max compression after decompression: $ file TBOOT.B00 TBOOT.B00: ELF 32-b...
2015 Mar 14
3
[OT] switches
If your phones support PoE, I have had huge success with Zyxel: http://www.amazon.com/ZyXEL-ES1100-16P-16-Port-Ethernet-Unmanaged/dp/B00 5GRETMM/ref=sr_1_3?ie=UTF8&qid=1426296572&sr=8-3&keywords=zyxel+poe If you want to go even cheaper, I have successfully used these as well: http://www.amazon.com/TRENDnet-8-Port-100Mbps-Switch-TPE-S44/dp/B000QYEN 1W/ref=sr_1_10?ie=UTF8&qid=1426296706&sr=8-10&keywords=poe+8-...
2011 Aug 25
1
Syntax for a three-level logistic model
...e numbers 11 ? 24 (14 universities total). V9 contains the dichotomous response variable: the outcome in each setting for each student. Model (random intercept only): Logit(p|G00) = P0 + P1(V4) + P2(V5) + P3(V6) + P4(V7) (Level 1, setting and whether ?drunk? in setting) P0 = B00 + B01(V2) + B02(V3) (Level 2, age and gender of student ) B00 = G00 (Level 3, university ? random effect) Questions: a) How to set the level 2 covariates (V2, V3) nested within student (V1) in t...
2011 Jun 12
2
NLS fit for exponential distribution
Hello there, I am trying to fit an exponential fit using Least squares to some data. #data x <- c(1 ,10, 20, 30, 40, 50, 60, 70, 80, 90, 100) y <- c(0.033823, 0.014779, 0.004698, 0.001584, -0.002017, -0.003436, -0.000006, -0.004626, -0.004626, -0.004626, -0.004626) sub <- data.frame(x,y) #If model is y = a*exp(-x) + b then fit <- nls(y ~ a*exp(-x) + b, data = sub, start
2008 Feb 13
2
Newbie HLM with lme4 questions
...having trouble understanding what the equivalent of this is in lmer. Most of the examples we cover in class are change models, i.e., we working with longitudinal data. Specific questions: in HLM 6.0, we build the following model; Y = P0 + P1*(CONFLICT) + P2*(TIMEYRS) + E Level-2 Model P0 = B00 + B01*(H0MCITOT) + R0 P1 = B10 + B11*(H0MCITOT) + R1 P2 = B20 + B21*(H0MCITOT) + R2 Can someone explain to me how to represent this in lmer syntax? I've tried e.g., lmer(MAT ~ 1 + CONFLICT + TIMEYRS + (1 + CONFLICT + + TIMEYRS | H0MCITOT)) But I don't get the same result. More general...
2019 May 04
0
Samba AD DC through VPN. No DRS replication
Hello all. Please help me with my problem. I have organization with branches connected through internet by VPN. First branch (B00) have two Dc's in 172.16.0.0/16 network and second branch (B01) have one DC in 172.17.0.0/16 network. All three Dc's built from sources (4.10.2) on freshly installed Debian Stretch. I am using BIND9_DLZ backend. So, 2 Dc's located in one building (B00) works flawless: DDNS updates, drs...
2018 Sep 10
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...JDK8 jdk8u-dev[1] is just able to work after compiled with LLVM 3.9.1 for X86: $ ./build/linux-x86_64-normal-server-slowdebug/images/j2sdk-image/bin/java -version openjdk version "1.8.0-internal-debug" OpenJDK Runtime Environment (build 1.8.0-internal-debug-xiangzhai_2018_09_09_21_08-b00) OpenJDK 64-Bit Server VM (build 25.71-b00-debug, mixed mode) $ strings ./build/linux-x86_64-normal-server-slowdebug/images/j2sdk-image/bin/java | grep clang clang version 3.9.1 (tags/RELEASE_391/final) But it failed to work after compiled with LLVM 8 for X86: $ ./build/linux-x86_64-normal-se...
2008 Oct 07
1
Mac crash- Probably memory problem
...ics##################### Mac OS X version 10.5.4 Model Name: MacBook Model Identifier: MacBook4,1 Processor Name: Intel Core 2 Duo Processor Speed: 2.4 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 3 MB Memory: 4 GB Bus Speed: 800 MHz Boot ROM Version: MB41.00C1.B00 -- View this message in context: http://www.nabble.com/Mac-crash--Probably-memory-problem-tp19860892p19860892.html Sent from the R help mailing list archive at Nabble.com.
2018 Sep 11
3
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...to work after compiled with LLVM 3.9.1 for X86: >> >> $ ./build/linux-x86_64-normal-server-slowdebug/images/j2sdk-image/bin/java -version >> openjdk version "1.8.0-internal-debug" >> OpenJDK Runtime Environment (build 1.8.0-internal-debug-xiangzhai_2018_09_09_21_08-b00) >> OpenJDK 64-Bit Server VM (build 25.71-b00-debug, mixed mode) >> >> $ strings ./build/linux-x86_64-normal-server-slowdebug/images/j2sdk-image/bin/java | grep clang >> clang version 3.9.1 (tags/RELEASE_391/final) >> >> But it failed to work after compiled with...
2018 Sep 12
2
OpenJDK8 failed to work after compiled by LLVM 8 for X86
...3.9.1 for X86: >>>> >>>> $ ./build/linux-x86_64-normal-server-slowdebug/images/j2sdk-image/bin/java -version >>>> openjdk version "1.8.0-internal-debug" >>>> OpenJDK Runtime Environment (build 1.8.0-internal-debug-xiangzhai_2018_09_09_21_08-b00) >>>> OpenJDK 64-Bit Server VM (build 25.71-b00-debug, mixed mode) >>>> >>>> $ strings ./build/linux-x86_64-normal-server-slowdebug/images/j2sdk-image/bin/java | grep clang >>>> clang version 3.9.1 (tags/RELEASE_391/final) >>>> >>&gt...
2008 May 12
4
7.0 issues fixed? upgrade timing?
1. I have a realtek network card and am using a cable modem router. Does anyone know if fixes for problems with these (see below) have been backported from HEAD to RELENG_7? 2. Is this a good time to upgrade to RELENG_7? 3. I read a post last week that advised that 7.1 is a long way off. Appreciate any advice on use of ULE 3.0 and ZFS prior to 7.1 and a comment on what is holding up 7.1. Thanks
2015 Mar 22
0
[OT] switches
On Fri, 13 Mar 2015 20:33:13 -0500, Brian Franklin wrote: > If your phones support PoE, > > I have had huge success with Zyxel: > http://www.amazon.com/ZyXEL-ES1100-16P-16-Port-Ethernet-Unmanaged/dp/B00 > 5GRETMM/ref=sr_1_3?ie=UTF8&qid=1426296572&sr=8-3&keywords=zyxel+poe > > If you want to go even cheaper, I have successfully used these as well: > http://www.amazon.com/TRENDnet-8-Port-100Mbps-Switch-TPE-S44/dp/B000QYEN > 1W/ref=sr_1_10?ie=UTF8&qid=1426296706&sr...
2004 Jul 28
1
a question about using nlme
Hi, I am using Splus to run a multiphase mixed-effects model. The quations of the models are as below: gf[ij]=b0[i]+b1[i]*age[ij]+b2[i]*max(0,(age[ij]-tau[i]))^2+e[ij] b0[i]=b00+e[i0] b1[i]=b10+e[i1] b2[i]=b20+e[i2] tau[i]=tau+e[i3] i: 1,2,...,100 subjects j: 1,2,...,6 occasions The main scripts of Splus is: simu1<-groupedData(gf~age|id) simu.nlme<-nlme(gf~(b0 + b1 * age + b2 * max(0,(age-tau))^2),data=simu1,fixed=list(b0~1,b1~1,b2~1,tau~1), + random=list(b0~1,b...
2004 Jul 30
0
a question about nlme
...a multiphase mixed-effects model. I simulated a data set by using the following model. And now I want to use R to estimate the parameters and compare the results with the true values. The equations of the models are as below: gf[ij]=b0[i]+b1[i]*age[ij]+b2[i]*max(0,(age[ij]-tau[i]))+e[ij] b0[i]=b00+e[i0] b1[i]=b10+e[i1] b2[i]=b20+e[i2] tau[i]=tau+e[i3] i: 1,2,...,111 subjects j: 1,2,...,6 occasions The main scripts of R is: > simu1<-groupedData(gf~age|id,data=simu1) #fitting a linear mixed-effects model is ok > mm.lme.1<-lme(gf~age,random=~age|id,data=simu1) #but when I fit a n...
2005 Nov 22
0
Problems when connecting to a tracker that requires a passkey
...e.nl/announce.php?passkey=a60240a26d4018****************** warning: couldn''t connect to tracker, next try in 10 seconds connecting to http://www.moviehouse.nl/announce.php?uploaded=0&port=50011&downloaded=0&compact=1&numwant=50&event=started&left=0&info_hash=%F8%B00%8B%ECU%AADM%D5%16%A56Bq%AF%3CDQ%5E&peer_id=rubytor%00q%D17%F5%B8%BF%EC%F5r%1C%B9C ... = dl rate 0 < 1024, in antisnub mode = num pieces 0 < 2, in fuseki mode * calculating optimistic unchokes... * anti-snubbing mode, 0 extra optimistic unchoke slots couldn''t connect: tracker repo...