search for: ltg

Displaying 13 results from an estimated 13 matches for "ltg".

Did you mean: log
2011 Aug 22
0
Multiple forest plots with the same x-axis and colour coded estimates and lines
...s for the three plots plotextr <- rbind(c("Age","Gender","Seizures","Treatment"),c("10","M","2","CBZ"),c("10","F","2","CBZ"), c("10","M","2","LTG"),c("10","F","2","LTG"),c("10","M","10","CBZ"),c("10","F","10","CBZ"), c("10","M","10","LTG"),c("10","F","10&...
2008 Oct 28
3
Dose Profile
Hi Everyone, I have data in a long format e.g. there is one row per patient but each follow-up appointment is included in the row. So, a snippet of the data looks like this: TrialNo Drug Sex Rand Adate1 Date1 Dose1 Time1 Adate2 Date2 Dose2 Time2 B1001029 LTG M 15719 30/04/2003 15825 150 106 29/08/2003 15946 200 227 B1117003 LTG M 15734 30/04/2003 15825 200 91 03/09/2003 15951 250 217 B138015 LTG M 14923 06/02/2001 15012 225 89 08/05/2001 15103 300 180 B112003 TPM F 14914 15/01/2001 14990 60 76 05/03/2001 15039 100 125 Of course, not everyone has the s...
2005 Jun 06
0
D channel initialization
...05-06-06 11:25:38 7773 3062/03728 HF.ARCHIVE-80040 PA PCM FAULT END <------------------------------------ (1) PA D-CHANN SIGNALING FAILURE PCM LINE CONNECTED AT : LTG = 0-42, DIU = 0 LAC DN PDCID APPLICATION -------+--------------+---------------+------------ 05 2171035 CCSPA END JOB 7773 AES/V15SBOL/BOLCBK1V51327079/013...
2018 Feb 27
2
scale.default gives an incorrect error message when is.numeric() fails on a sparse row matrix (dgeMatrix)
...04, 0.999999999999975, 1.00000000000006, 1.00000000000006), Dim = c(1L, 10L), Dimnames = list(NULL, c("x.age", "x.sex", "x.bmi", "x.map", "x.tc", "x.ldl", "x.hdl", "x.tch", "x.ltg", "x.glu")), factors = list() ) scale(x, FALSE, normx) The problem is that this check fails because is.numeric(normx) is FALSE: if (is.numeric(scale) && length(scale) == nc) So, the error message is misleading. In fact length(scale) is the same as nc. At a minimum, the...
2012 Sep 12
3
kernel: dahdi: Master changed to TE2/0/2 --- Is a normal message
I have a server with an asterisk ss7 link connected to a Siemens working well for over a year. A few days ago I started having problems with signaling. I found the following logs in / var / log / messages Sep 12 11:49:25 call3 kernel: [1018427.030959] dahdi: Master changed to TE2/0/2 Sep 12 11:49:25 call3 kernel: [1018427.120740] dahdi: Master changed to TE2/0/1 Sep 12 11:49:26 call3 kernel:
2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
...c84 0000000000000000 0000000000000000 0000000000d91e30 [85109.572083] 000003e0385bfc84 000000000000000e 0000007e3eb88100 0000007ff3561e00 [85109.572084] 0000000000000806 0000000000b4f288 000003e0385bfbb8 000003e0385bfab0 [85109.572115] Krnl Code: 000000000092e312: e310b0180002 ltg %r1,24(%r11) 000000000092e318: a7740271 brc 7,92e7fa #000000000092e31c: a7f40001 brc 15,92e31e >000000000092e320: 91407003 tm 3(%r7),64 000000000092e324: a7740257 brc 7,92e7d2...
2006 Jun 22
0
Domain modelling and ActiveRecords
...ctor-Role patterns without the necessity to create 2 classes representing the same logical object and an association between the 2. What do you think? Have you ever encountered that need? How did you deal with it? Thanks, Eric. -------------------------------------------------- Eric Torreborre LTG - Product Manager LEIRIOS tel: 33(0)6.61.48.57.65/33(0)3.81.88.62.02 e-mail: etorreborre@yahoo.com blog: http://etorreborre.blogspot.com -------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/...
2006 Jan 24
0
Fixtures subdirectories
...it::TestCase.fixture_path = RAILS_ROOT + "/test/fixtures/ " def create_fixtures(*table_names) Fixtures.create_fixtures(Test::Unit::TestCase.fixture_path, table_names) end in order to do the trick (and to respect the DRY principle, ). What do you think? Eric TORREBORRE LTG Product Manager LEIRIOS TEMIS 18, rue Alain Savary 25000 Besan?on Phone: +33 (0)3 81 25 53 62 Fax: +33 (0)3 81 50 64 70 <http://www.leirios.com/> www.leirios.com ---------------------------------------------------------------------- CONFIDENTIALITY NOTICE This e-mail message an...
2008 Aug 06
1
Variance-covariance matrix for parameter estimates
Dear All, I am currently working with the coxph function within the package survival. I have the model h_ij = h_0(t) exp(b1x1 + b2x2) where the indicator variables are as follows: x1 x2 VPS 0 0 LTG 1 0 TPM 0 1 [[alternative HTML version deleted]]
2004 Jun 30
2
Anyone using gr303?
Anyone have any experience using gr303? May have a need to interface * to a Siemens Class-5 CO for pstn trunking (inbound and outbound). Rich
2018 Mar 01
0
scale.default gives an incorrect error message when is.numeric() fails on a dgeMatrix
...trix", x = c(4, 0, 9, 1, 1, -1, 4, -2, 6, 6)*1e-14, Dim = c(1L, 10L), Dimnames = list(NULL, c("x.age", "x.sex", "x.bmi", "x.map", "x.tc", "x.ldl", "x.hdl", "x.tch", "x.ltg", "x.glu"))) scale.default(x, center=FALSE, scale = normx) ## Error in scale.default(x, center = FALSE, scale = normx) : ## length of 'scale' must equal the number of columns of 'x' > The problem is that this check fails because is.numeric(normx) is FALSE: &gt...
2019 Apr 09
0
[RFC PATCH 02/12] virtio/s390: DMA support for virtio-ccw
...0040f6f8 > 000003e00040f6a0 Krnl Code: 000000000021b17e: f0e00004ebaf > srp 4(15,%r0),2991(%r14),0 000000000021b184: f0c0000407f4 > srp 4(13,%r0),2036,0 #000000000021b18a: a7f40001 > brc 15,21b18c >000000000021b18e: ec5520bc0055 risbg > %r5,%r5,32,188,0 000000000021b194: b9020011 ltgr > %r1,%r1 000000000021b198: a784ffd9 brc 8,21b14a > 000000000021b19c: e31010000002 ltg %r1,0(%r1) > 000000000021b1a2: a7840012 brc 8,21b1c6 > Call Trace: > ([<0000000000000004>] 0x4) > [<00000000007a7d54>] vring_alloc_queue+0x74/0x90 > [&...
2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
...0000000000 0000000000d91e30 >> [85109.572083] 000003e0385bfc84 000000000000000e 0000007e3eb88100 0000007ff3561e00 >> [85109.572084] 0000000000000806 0000000000b4f288 000003e0385bfbb8 000003e0385bfab0 >> [85109.572115] Krnl Code: 000000000092e312: e310b0180002 ltg %r1,24(%r11) >> 000000000092e318: a7740271 brc 7,92e7fa >> #000000000092e31c: a7f40001 brc 15,92e31e >> >000000000092e320: 91407003 tm 3(%r7),64 >> 000000000092e324: a...