Displaying 20 results from an estimated 21 matches for "indiviuals".
Did you mean:
individuals
2007 Aug 09
1
plot table with sapply - labeling problems
Hi List,
I am trying to label a barplot group with variable names when using
sapply unsucessfully.
I can't seem to extract the names for the indiviual plots:
test<-as.data.frame(cbind(round(runif(50,0,5)),round(runif(50,0,3)),roun
d(runif(50,0,4))))
sapply(test, table)->vardist
sapply(test, function(x) round(table(x)/sum(table(x))*100,1) )->vardist1
par(mfrow=c(1,3))
2004 Apr 25
2
asterisk dials wrong numbers ?!?
Hi,
I've got an important question:
I use an E100P directly connected to PSTN, but it does not *really* work as it should
be:
exten => 1000,1,Dial(Zap/1/1234)
BUT: It does NOT dial "1234" but it says in debug mode:
-- Called 1/72976451
Apr 26 00:53:00 WARNING[10251]: chan_zap.c:5979 zt_pri_error: PRI: !! Facility
message shorter than 14 bytes
-- Channel 1, span 1 got
2005 Mar 23
3
nested random effects
Hi
I am struggling with nested random effects and hope someone can help.
I have individuals (ID) who are nested within families (FAM). I want to
model an outcome variable, and take account of the intercorrelation of
individuals within each family.
I think this amounts to two random effects, one nested within the other.
How can I model this in R?
So far I have tried using the
2020 Mar 06
3
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
Hi Laurent
Am 06.03.20 um 15:22 schrieb Laurent Pinchart:
> Hi Thomas,
>
> Thank you for the patch.
>
> On Thu, Mar 05, 2020 at 04:59:28PM +0100, Thomas Zimmermann wrote:
>> A call to drm_simple_encoder_init() initializes an encoder without
>> further functionality. It only provides the destroy callback to
>> cleanup the encoder's state. Only few drivers
2020 Mar 06
3
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
Hi Laurent
Am 06.03.20 um 15:22 schrieb Laurent Pinchart:
> Hi Thomas,
>
> Thank you for the patch.
>
> On Thu, Mar 05, 2020 at 04:59:28PM +0100, Thomas Zimmermann wrote:
>> A call to drm_simple_encoder_init() initializes an encoder without
>> further functionality. It only provides the destroy callback to
>> cleanup the encoder's state. Only few drivers
2020 Mar 07
1
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
Hi Sam,
On Sat, Mar 07, 2020 at 09:08:13PM +0100, Sam Ravnborg wrote:
> On Fri, Mar 06, 2020 at 04:18:52PM +0100, Thomas Zimmermann wrote:
> > Am 06.03.20 um 15:22 schrieb Laurent Pinchart:
> > > On Thu, Mar 05, 2020 at 04:59:28PM +0100, Thomas Zimmermann wrote:
> > >> A call to drm_simple_encoder_init() initializes an encoder without
> > >> further
2007 Mar 16
1
Fast lookup in ragged array
Hello,
I'm running an algorithm for graph structural cohesion that requires
a depth-first search of subgraphs of a rather large network. The
algorithm will necessarily be redundant in the subgraphs it recurses
to, so to speed up the process I implemented a check at each subgraph
to see if it's been searched already.
This algorithm is very slow, and takes days to complete on a
2018 Oct 19
5
Upstream and downstream (was Re: What are the differences between systemd and non-systemd Linux distros?)
On 10/18/2018 4:41 PM, Warren Young wrote:
> On Oct 18, 2018, at 9:41 AM, mark <m.roth at 5-cent.us> wrote:
>> people are tired of screaming and yelling about
>> systemd, because we've had years now of the response being "tough, it's
>> the Wave of the Future"
> We covered that back when RHEL 7 was still in beta: the time is far too late to change
2018 Oct 20
0
Upstream and downstream (was Re: What are the differences between systemd and non-systemd Linux distros?)
On Thu, Oct 18, 2018 at 05:52:12PM -0700, Japheth Cleaver wrote:
> The wider EL community is trapped between a rock and a hard place
> somewhat. If you try to direct Fedora into the needs of EL users,
> you stand a good chance of getting told to pound stand, and that EL
> is getting in the way of bleeding-edge progress. Traditionally,
For what it's worth (I hope something!) I
2008 Jun 25
0
Goodness-of-fit for zero-truncated poisson distribution
...bs <- c("A", "A", "A", "A", "B", "C", "C", "D", "E", "E", "F", "G",
"G", "H", "H", "H", "H")
## counts how many times indiviuals are counted 1, 2, 3, 4 times and so
(Fi <- table(table(obs)))
Fi
1 2 4
3 3 2
meaning that 3 individuals have been counted once, 3 counted twice and 2
counted 4 times. Applying table() here does not return the frequency of
individuals counted 3 times (which is 0 in this case). How can I achieve...
2020 Mar 07
0
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
Hi Thomas.
On Fri, Mar 06, 2020 at 04:18:52PM +0100, Thomas Zimmermann wrote:
> Hi Laurent
>
> Am 06.03.20 um 15:22 schrieb Laurent Pinchart:
> > Hi Thomas,
> >
> > Thank you for the patch.
> >
> > On Thu, Mar 05, 2020 at 04:59:28PM +0100, Thomas Zimmermann wrote:
> >> A call to drm_simple_encoder_init() initializes an encoder without
>
2020 Mar 06
0
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
On Thu, Mar 05, 2020 at 04:59:28PM +0100, Thomas Zimmermann wrote:
> A call to drm_simple_encoder_init() initializes an encoder without
> further functionality. It only provides the destroy callback to
> cleanup the encoder's state. Only few drivers implement more
> sophisticated encoders than that. Most drivers implement such a
> simple encoder and can use
2020 Mar 06
0
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
Hi Thomas,
Thank you for the patch.
On Thu, Mar 05, 2020 at 04:59:28PM +0100, Thomas Zimmermann wrote:
> A call to drm_simple_encoder_init() initializes an encoder without
> further functionality. It only provides the destroy callback to
> cleanup the encoder's state. Only few drivers implement more
> sophisticated encoders than that. Most drivers implement such a
> simple
2002 Oct 19
2
Architectural questions
Greetings,
I have some architectural questions regarding dovecot, and though I've half
answered them by looking at the source, I'm also interested in hearing
whether my (our) wishes and suggestions are already being considered (or can
be considered, once built) for inclusion in dovecot itself.
Let me first explain why I'm doing this. I work for XS4ALL, a fairly large
ISP in the
1997 Dec 05
0
R-beta: New R Version for Unix
...ing group:
Peter Dalgaard, Robert Gentleman, Kurt Hornik, Ross Ihaka,
Thomas Lumley, Friedrich Leisch, Martin Maechler, Paul Murrell,
Heiner Schwarte and Luke Tierney.
In addition, hundreds of contributions, in the form of code, patches
and bug reports, have been made by a much larger group of indiviuals.
R is now a GNU project and will be making changes to meet GNU coding
and installation standards.
A detailed list of changes follows.
NEW FEATURES
o There has been a major change in directory structure masterminded
by Kurt Hornik.
library(.) now attaches ``package''s which are b...
1997 Dec 05
0
R-beta: New R Version for Unix
...ing group:
Peter Dalgaard, Robert Gentleman, Kurt Hornik, Ross Ihaka,
Thomas Lumley, Friedrich Leisch, Martin Maechler, Paul Murrell,
Heiner Schwarte and Luke Tierney.
In addition, hundreds of contributions, in the form of code, patches
and bug reports, have been made by a much larger group of indiviuals.
R is now a GNU project and will be making changes to meet GNU coding
and installation standards.
A detailed list of changes follows.
NEW FEATURES
o There has been a major change in directory structure masterminded
by Kurt Hornik.
library(.) now attaches ``package''s which are b...
2018 Oct 20
2
Upstream and downstream (was Re: What are the differences between systemd and non-systemd Linux distros?)
On Sat, October 20, 2018 8:23 am, Matthew Miller wrote:
> On Thu, Oct 18, 2018 at 05:52:12PM -0700, Japheth Cleaver wrote:
>> The wider EL community is trapped between a rock and a hard place
>> somewhat. If you try to direct Fedora into the needs of EL users,
>> you stand a good chance of getting told to pound stand, and that EL
>> is getting in the way of bleeding-edge
2011 Jul 12
5
Proposal to change Samba contribution copyright policy.
Hi all,
Some history. Samba has historically only accepted code
with personal, not corporate copyright attached.
There were a couple of good reasons for this in the past, one
of which was that we preferred GPL enforcement decisions
to be made by individuals, not by corporations.
Under GPLv2, a license violator loses all rights under the
license and these have to be reinstated by the copyright
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without
further functionality. It only provides the destroy callback to
cleanup the encoder's state. Only few drivers implement more
sophisticated encoders than that. Most drivers implement such a
simple encoder and can use drm_simple_encoder_init() instead.
The patchset converts drivers where the encoder's instance is
embedded in