search for: indiviu

Displaying 20 results from an estimated 21 matches for "indiviu".

Did you mean: indivia
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)) sapply(vardist1, function(x) barplot(x, ylim=c(0,100...
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()
...embedded in a larger data structure. The driver releases the >> memory during cleanup. Each patch replaces drm_encoder_init() with >> drm_simple_encoder_init() and removes the (now unused) driver's >> encoder functions. >> >> While the patchset is fairly large, the indiviual patches are self- >> contained and can be merged independently from each other. The >> simple-encoder functionality is currently in drm-misc-next, where >> these patches could go as well. > > I've reviewed the whole series, including verifying that the few > instan...
2020 Mar 06
3
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
...embedded in a larger data structure. The driver releases the >> memory during cleanup. Each patch replaces drm_encoder_init() with >> drm_simple_encoder_init() and removes the (now unused) driver's >> encoder functions. >> >> While the patchset is fairly large, the indiviual patches are self- >> contained and can be merged independently from each other. The >> simple-encoder functionality is currently in drm-misc-next, where >> these patches could go as well. > > I've reviewed the whole series, including verifying that the few > instan...
2020 Mar 07
1
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
...leases the > > >> memory during cleanup. Each patch replaces drm_encoder_init() with > > >> drm_simple_encoder_init() and removes the (now unused) driver's > > >> encoder functions. > > >> > > >> While the patchset is fairly large, the indiviual patches are self- > > >> contained and can be merged independently from each other. The > > >> simple-encoder functionality is currently in drm-misc-next, where > > >> these patches could go as well. > > > > > > I've reviewed the whole se...
2007 Mar 16
1
Fast lookup in ragged array
...a structure other than list() that I can use that would be faster? Would it be better to just create a hashed env and add empty variables named "0.5.6.11.12..."? I know there are fast lookup algorithms out there that could take advantage of the fact that the items being searched are indiviually ordered numeric vectors, but I can't find any info about R implementations on the mailing lists or help. Is there any data type that implements a b-tree type of lookup scheme? Any help would be greatly appreciated. Thanks, Peter
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?)
...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 think this is an outdated fear or assumption. Before Fedora.next, the "default user" for Fedora was assumed to be an indiviual desktop user, and the overall Fedora OS offering meant to be one-size-fits-all but modeled to that user. That wasn't working, partly for the reason you identify here. Nonetheless, something like 20% of Fedora usage is on servers, and a lot of people work with Fedora in parallel with a Enterpr...
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 achi...
2020 Mar 07
0
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
...structure. The driver releases the > >> memory during cleanup. Each patch replaces drm_encoder_init() with > >> drm_simple_encoder_init() and removes the (now unused) driver's > >> encoder functions. > >> > >> While the patchset is fairly large, the indiviual patches are self- > >> contained and can be merged independently from each other. The > >> simple-encoder functionality is currently in drm-misc-next, where > >> these patches could go as well. > > > > I've reviewed the whole series, including verifying...
2020 Mar 06
0
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
...s instance is > embedded in a larger data structure. The driver releases the > memory during cleanup. Each patch replaces drm_encoder_init() with > drm_simple_encoder_init() and removes the (now unused) driver's > encoder functions. > > While the patchset is fairly large, the indiviual patches are self- > contained and can be merged independently from each other. The > simple-encoder functionality is currently in drm-misc-next, where > these patches could go as well. > > Future directions: There's another common case where the driver > calls kzalloc() plu...
2020 Mar 06
0
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
...s instance is > embedded in a larger data structure. The driver releases the > memory during cleanup. Each patch replaces drm_encoder_init() with > drm_simple_encoder_init() and removes the (now unused) driver's > encoder functions. > > While the patchset is fairly large, the indiviual patches are self- > contained and can be merged independently from each other. The > simple-encoder functionality is currently in drm-misc-next, where > these patches could go as well. I've reviewed the whole series, including verifying that the few instances of struct drm_encoder_f...
2002 Oct 19
2
Architectural questions
...is it, really ? Especially since we do not expect more than 10% of those mailboxes to be actually used by IMAP, not even once. If disabling the indexer completely just means longer startup times for IMAP sessions, we can live with that. - The UW-IMAP maildir patch stores UID's in the indiviual filenames, using a 'U' flag. Will this interfere with dovecot ? We don't really need dovecot and UW-IMAP to share UIDs, but we would like to have an as painless transition as possible, without having to rename millions of files to remove the U flag and other flags :P It wo...
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 ar...
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 ar...
2018 Oct 20
2
Upstream and downstream (was Re: What are the differences between systemd and non-systemd Linux distros?)
...ound stand, and that EL >> is getting in the way of bleeding-edge progress. Traditionally, > > For what it's worth (I hope something!) I think this is an outdated fear > or > assumption. Before Fedora.next, the "default user" for Fedora was assumed > to > be an indiviual desktop user, and the overall Fedora OS offering meant to > be > one-size-fits-all but modeled to that user. That wasn't working, partly > for the reason you identify here. Nonetheless, something like 20% of > Fedora > usage is on servers, and a lot of people work with Fedora i...
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()
...drivers where the encoder's instance is embedded in a larger data structure. The driver releases the memory during cleanup. Each patch replaces drm_encoder_init() with drm_simple_encoder_init() and removes the (now unused) driver's encoder functions. While the patchset is fairly large, the indiviual patches are self- contained and can be merged independently from each other. The simple-encoder functionality is currently in drm-misc-next, where these patches could go as well. Future directions: There's another common case where the driver calls kzalloc() plus drm_encoder_init(). Such dri...
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
...drivers where the encoder's instance is embedded in a larger data structure. The driver releases the memory during cleanup. Each patch replaces drm_encoder_init() with drm_simple_encoder_init() and removes the (now unused) driver's encoder functions. While the patchset is fairly large, the indiviual patches are self- contained and can be merged independently from each other. The simple-encoder functionality is currently in drm-misc-next, where these patches could go as well. Future directions: There's another common case where the driver calls kzalloc() plus drm_encoder_init(). Such dri...