Displaying 20 results from an estimated 390 matches for "patholog".
Did you mean:
pathology
2012 Mar 13
1
how to write crossed and nested random effects in a model
Dear R Users,
I have a question based on my research. I am analyzing reader-based
diagnostic data set. My study involves diabetic patients who were evaluated
for treatable diabetic retinopathy based on the presence or absence of two
pathologies in their eyes. Pathologies were identified using the clinical
examination (Gold standard method). In addition it can be identified by
taking digital images of patients? eyes and this method is cost effective.
Finally two readers go over the images independently and patients are
diagnosed as eit...
2007 Aug 29
3
OT: distribution of a pathological random variate
Folks,
I wonder if anything could be said about the distribution of a random variate x, where
x = N(0,1)/N(0,1)
Obviously x is pathological because it could be 0/0. If we exclude this point, so the set is {x/(0/0)}, does x have a well defined distribution? or does it exist a distribution that approximates x.
(The case could be generalized of course to N(mu1, sigma1)/N(mu2, sigma2) and one still couldn't get away from the sing...
2008 Oct 06
1
[Game] Pathologic: help me create a useful bug report
Appdb entry (http://appdb.winehq.org/objectManager.php?sClass=application&iId=8352)
I'm trying to get all my games to run under linux, but of cause a few are giving me problems, and Pathologic is one of the few that really bothers me.
As far as I can tell, the game uses DirectX9, Windows Media format (cinematics), and OpenAL. Of the three, the WMF dependency is the most annoying, as it in turn requires windows media player, which makes installation something of a chore.
The commands...
2007 Sep 11
4
ext3 on zvols journal performance pathologies?
I''ve been seeing read and write performance pathologies with Linux
ext3 over iSCSI to zvols, especially with small writes. Does running
a journalled filesystem to a zvol turn the block storage into swiss
cheese? I am considering serving ext3 journals (and possibly swap
too) off a raw, hardware-mirrored device. Before I do (and I''ll
write up...
2006 Oct 31
0
6413731 pathologically slower fsync on 32 bit systems
Author: perrin
Repository: /hg/zfs-crypto/gate
Revision: a593e64c4739242e2eb3a43ea296996000af0c2d
Log message:
6413731 pathologically slower fsync on 32 bit systems
Files:
update: usr/src/uts/common/fs/zfs/sys/zil.h
update: usr/src/uts/common/fs/zfs/zil.c
2010 Aug 14
0
server goes pathological
Ubuntu-10.04, x86, stock.
I''m running into a situation where a server goes pathological.
Basically, it becomes excruciatingly slow. I can get things through the
file system, but a simple file touch can take 6 - 12 hours.
Top shows various btrfs processes hard at work - typically 100% of a
cpu, (four cpu server), and the machine shows a load of just over 4.
Some flush-btrfs...
2010 Jun 13
1
ERROR need finite 'ylim' values
...ollowing command:
>stripchart (dt$fnatg~dt$pat)
and works well. it works well also with several options and nuances:
>stripchart (dt$fnatg ~ dt$pat, method ="jitter", jitter = 0.3, vertical
=TRUE,log="y", pch=1, ylab="Thyroglobulin (ng/mL)",xlab="Surgical
Pathology")
Now I want my graph to exclude values for which dt$pat == ""
I tried:
>stripchart (dt$fnatg ~ dt$pat, method ="jitter", subset (dt,
dt$pat!=""),jitter = 0.3, vertical =TRUE,log="y", pch=1, ylab="Thyroglobulin
(ng/mL)",xlab="Surgi...
2007 Aug 16
4
residual plots for lmer in lme4 package
Hi,
I was wondering if I might be able to ask some advice about doing residual
plots for the lmer function in the lme4 package.
Our group's aim is to find if the expression staining of a particular gene
in a sample (or "core") is related to the pathology of the core.
To do this, we used the lmer function to perform a logistic mixed model
below. I apologise in advance for the lack of subscripts.
logit P(yij=1) = â0 + Ui + â1Patholij where Ui~N(0, óu2),
i indexes patient, j indexes measurement, Pathol is an indicator variable
(0,1) for benig...
2009 Nov 01
0
Internal error in 'ls' for pathological environments (PR#14036)
On Sun, Nov 1, 2009 at 6:02 AM, Peter Dalgaard <p.dalgaard at biostat.ku.dk> w=
rote:
> macrakis at alum.mit.edu wrote:
>>
>> nchar(with(list(2),ls())) gives an internal error. This is of course
>> a peculiar call (no names in the list), but the error is not caught
>> cleanly.
>>
>> It is not clear from the documentation whether with(list(2)...) is
2017 Apr 24
3
Disable optimization on basic block level
How do you disable optimization for a function?
I ask because my application often compiles machine-generated code that
results in pathological structures that take a long time to optimize, for
little benefit. As an example, if a basic block has over a million
instructions in it, then DSE can take a while, as it is O(n^2) in the
number of instructions in the block. In my application (at least), this
block is typically executed only onc...
2004 Oct 28
1
plot.baysian error = only 0's may mix with negative subscripts
...ds[-index], pch = ".") :
only 0's may mix with negative subscripts
Thanx in advance
Dino
P.S. I allready sent this message once but without a subject. I
apologize for the inconvenience
Konstantinos G. Liolios
IT Software Engineer II
Charles E. and Emma H. Morrison
Depts. Pathology and Microbiology-Immunology
Northwestern University
Ward 3-240
303 E. Chicago Avenue
Chicago IL 60611
Tel: 312-503-0224
Fax:312-503-0281
http://www.haldarlab.northwestern.edu
===========End of original message text===========
Konstantinos G. Liolios
IT Software Engineer II
Charles E. and Emma H....
2013 Jul 29
2
Improve --inplace updates on pathological inputs
Hi,
I recently came across a situation where "rsync --inplace" performs very poorly. If both the source and destination files contain long sequences of identical blocks, but not necessarily in the same location, the sender can spend an inordinate amount of CPU time finding matching blocks.
In my case, I came across this problem while backing up multi-hundred-gigabyte MySQL database
2018 May 29
4
My own codegen is 2.5x slower than llc?
My back-end code generator uses LLVM 5.0.1 to optimize and generate code
for x86_64.
If I run it on a given sample of IR, it takes almost 5 minutes to generate
object code. 95%+ of this time is spent in MergeConsecutiveStores(). (One
function has a basic block with 14000 instructions, which is a pathological
case for MergeConsecutiveStores.)
If, instead, I dump out the LLVM IR, and manually run both opt and llc on
it with -O2, the whole affair takes only 2 minutes.
I am using a dynamically linked LLVM library. I have verified using GDB
that both my code generator and llc are invoking the shared...
2009 Nov 01
2
Internal error in 'ls' for pathological environments (PR#14035)
nchar(with(list(2),ls())) gives an internal error. This is of course
a peculiar call (no names in the list), but the error is not caught
cleanly.
It is not clear from the documentation whether with(list(2)...) is
allowable; if it is not, it should presumably give an error. If it is, then
ls
shouldn't have problems with the resulting environment.
> qq <- with(list(2),ls())
2019 Sep 24
2
Repacking database from v1 to v2 format: how long does it take?
...gt;> sudo ./bin/samba-tool dbcheck --cross-ncs --fix
>> takes ~40 minutes, 2 hours and half were not enough to complete the
>> conversion.
>>
>> Is it a couple of hours something expected if dbcheck takes so much
>> time?
>>
>> Is it maybe my AD db to be pathologic?
>
> Ouch! We did not see such long runtimes during our testing, which is
> why no major warnings were made. Are you on TDB or LMDB? Does the
> host have enough RAM?
It's TDB. I am unaware of the chance to convert to LMDB.
>
> At your scale I would suggest say 10G, be...
2002 Feb 20
2
Code for bivariate Poisson regression?
Dear RHelpers,
Does anyone know of any R code to perform bivariate Poisson regression
(including random effects)?
Best wishes
Simon
Simon D.W. Frost, M.A., D.Phil.
Department of Pathology
University of California, San Diego
Antiviral Research Center
(Formerly: UCSD Treatment Center)
150 W. Washington St., Suite 100
San Diego, CA 92103
USA
Tel: +1 619 543 8080 x275
Fax: +1 619 298 0177
Email: sdfrost at ucsd.edu
Work W3: http://www.avrctrials.org
Personal W3: http://www.simonfrost....
2020 Nov 13
6
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...lVector is on
the heap.
A lot of this is boiled out from the discussion in
https://groups.google.com/g/llvm-dev/c/q1OyHZy8KVc/m/1l_AasOLBAAJ?pli=1
The goals here are twofold:
1. convenience: not having to read/write "N", or do an extra edit/recompile
cycle if you forgot it
2. avoiding pathological cases: The choice of N is usually semi-arbitrary
in our experience, and if one isn't careful, can result in
sizeof(SmallVector) becoming huge, especially in the case of nested
SmallVectors. This patch avoids pathological cases in two ways:
A. SVec<T>'s heuristic keeps sizeof(SVe...
2011 Feb 16
1
read.table - reading text variables as text
...;)
However, "stim" is still imported as a factor. I notice there are other
read.table options related to this issue, but the help files don't appear to
contain much detail on these.
Any help would be greatly appreciated.
Best wishes
Nick Riches
--
Lecturer in Speech and Language Pathology
Room 1.9
King George VI Building
Queen Victoria Road
University of Newcastle-upon Tyne
NE1 7RU
0191 222 8720
[[alternative HTML version deleted]]
2019 Sep 23
2
Repacking database from v1 to v2 format: how long does it take?
...e.
On the other hand, in a larger domain with 67k object, where the
sudo ./bin/samba-tool dbcheck --cross-ncs --fix
takes ~40 minutes, 2 hours and half were not enough to complete the
conversion.
Is it a couple of hours something expected if dbcheck takes so much time?
Is it maybe my AD db to be pathologic?
Can you share your conversion time experiences?
thank you,
Franz
2018 May 03
0
Alignment Member Functions should be Virtual
...en in C.
This hardware situation was reasonably common in the past, but code
still accessed objects not aligned to 32-bits. The compiler just had
to use multiple aligned loads to access data crossing a word boundary
and combine the data.
You'll probably find that path simpler than inventing a pathological C
dialect. As Eli said, changing getCharAlign is likely to have huge
knock-on consequences that the rest of Clang just isn't ready for.
Cheers.
Tim.