Displaying 20 results from an estimated 10000 matches similar to: "trying to find the multiple combinations..."
2017 Dec 08
0
trying to find the multiple combinations...
Please keep all replies onlist if there is no reason to keep them private.
I am not a free, private consultant (and so might choose to ignore your
followups); and I don't have all or necessarily the best answers anyway. So
give yourself the maximal chance to be helped by others.
Anyway,
?expand.grid is what you're looking for I think as an alternative to nested
loops. If
2017 Dec 08
0
trying to find the multiple combinations...
Solve for one of your variables and it will be given in terms of the other two. That is, there is a whole infinite plane of solutions. No, aggregate will not be sufficient to enumerate the solution set..
--
Sent from my phone. Please excuse my brevity.
On December 7, 2017 10:37:37 PM PST, Benjamin Sabatini <sunscape1 at hotmail.com> wrote:
>Hi,
>
>I'm trying to find a way to
2013 Mar 22
1
Integration of vector syntax unknown
Hello,
I'm very new to using R, but I was told it could do what I want. I'm not sure how best to enter the information but here goes...
I'm trying to transfer the following integral into R to solve for ln(gamma_1), on the left, for multiple instances of gamma_i and variable N_i.
gamma_i is, for example, (0, 0.03012048, 0.05000000, 0.19200000, 0.44000000, 0.62566845)
N_i (N_1 or
2015 Jan 25
1
[PATCH] Updating the ReplayGain documentation
In this topic on Hydrogen Audio(http://www.hydrogenaud.io/forums/index.php?showtopic=105586) someone asked a question about the sample rates that FLAC supports for ReplayGain.
The outcome was that the current documentation of MetaFLAC is outdated since Commit http://git.xiph.org/?p=flac.git;a=commit;h=0554a4aee6966bc5b251364753ef85de72dfab19 because as of 1.3.0 FLAC supports Replaygain with many
2006 Apr 26
1
lwd - Windows
Dear all
Is there a way or trick in windows to plot a line width that is not an
integer i.e 1.5?
I am aware that the documentation for window devices states "Line widths as
controlled by par(lwd=) are in multiples of the pixel size, and multiples <
1 are silently converted to 1" but I was wondering if there is a workaround
this.
Also, IMHO the documentation for lwd in par may
2008 Oct 17
1
find bayesian information criterion for all variable combinations
Hi,
I have data for one dependent variable and multiple independent variables
y = b0 + b1*x1 + b2*x2 + ...
I want to a list of all models that have some subset of the independents
(just x1 x2, and not x3, etc.) and their corresponding BIC values. Is there
a pre-existing function that does this? I saw that you can calculate
individual BIC values using 'lm' and something like
AIC(lm1, k
2011 Jan 04
1
how to subset unique factor combinations from a data frame.
Hi All
I have these questions and request members expert view on this.
a) I have a dataframe (df) with five factors (identity variables) and value
(measured value). The id variables are Year, Country, Commodity, Attribute,
Unit. Value is a value for each combination of this.
I would like to get just the unique combination of Commodity, Attribute and
Unit. I just need the unique factor
2013 Sep 02
2
[PATCH] drm/nouveau: force alignment to 0x1000 for gpu objects
There are a lot of places that allocate multiples of 1000,
but do not set alignment correctly and still require this
alignment implicitly or explicitly.
---
drivers/gpu/drm/nouveau/core/core/gpuobj.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/gpu/drm/nouveau/core/core/gpuobj.c b/drivers/gpu/drm/nouveau/core/core/gpuobj.c
index 7595506..7bcae1d 100644
---
2008 Sep 11
3
Truncating dates (and other date-time manipulations)
Dear all,
I've been struggling to perform common operations on dates that I need
to be able to correct draw date-time scales - in particular I need to
be able to round/truncate/ceiling dates to arbitrary precision - e.g.
to weeks, months or years (or multiples thereof). I haven't been able
to find anything to do this in base R (trunc.Date only truncates to
sub-day units), or in the date
2000 Dec 12
1
The Ogg Vorbis destination
Hi...
Excuse me, my english is no good (Friedrich, help me, please {:-)} !!!!)...
I need to play multiples ogg files in one PC with multiples audio devices.
I have one Crystal Driver (onboard) and a AWE 64. And I have 2 others
devices in a USB output.
How can I do to send the strem for a specific output ? It's possible ?
Thanks for everythink
[]'s
Marcelo Fontes Castellani
---
2005 Apr 07
3
analyse des correspondances multiples
bonjour,
Je voudrais faire une analyse des correspondances multiples avec R. avec
les repr?sentation graphiques correspondantes avec R.
je ne sais pas comment proc?der ..
en vour remerciant par avance
Faouzi
2014 Dec 19
2
[LLVMdev] question about the DIBuilder::createStructType
Hello, Richard
Thanks a lot !
On Fri, Dec 19, 2014 at 10:04 AM, RICHARD STUCKEY <
richard.stuckey at virgin.net> wrote:
>
> Hi, Hui Zang,
>
> It helps to remember that at runtime a variable of a structure type has to
> be allocated store, and to think about how that variable is laid out in
> store.
>
> You must use createMemberType to create a DIType for *each*
2009 Jul 29
5
etc passwd and groups file
Hi,
I need to maintain a same user/group list on multiples systems. Can we
just copy the same passwd and groups file on all machines?
If we create a new user on one system then I will need to copy this to
all other systems. This is quite cumbersome. Any suggestions?
-
CS.
2009 Dec 06
0
[LLVMdev] Fwd: Adding multiples-of-8 integer types to MVT
Grr...
---------- Forwarded message ----------
From: OvermindDL1 <overminddl1 at gmail.com>
Date: Sat, Dec 5, 2009 at 5:58 PM
Subject: Re: [LLVMdev] Adding multiples-of-8 integer types to MVT
To: Duncan Sands <duncan.sands at math.u-psud.fr>
On Sat, Dec 5, 2009 at 5:33 AM, Duncan Sands
<duncan.sands at math.u-psud.fr> wrote:
>>> Would there be any interest/opposition
2005 Feb 07
4
proportional matrix rows
Hi
I have a two-column integer matrix like this:
R> jj
[,1] [,2]
[1,] -1 1
[2,] -2 2
[3,] -7 6
[4,] -8 7
[5,] -6 5
[6,] -9 8
[7,] -5 4
[8,] 3 -3
[9,] -10 9
[10,] -4 3
I want a diagnostic that detects whether a row is a multiple of
the first row or not. In this case, this would be rows 1,2, and 8.
How to do this
2008 Jun 25
3
Aide à la traduction
Bonjour,
J'ai un probl?me pour traduire "upstream provider" qui appara?t ? de
multiples reprises. Je comprend bien ce que cela veut dire, mais je ne
voit pas comment le traduire.
Merci d'avance.
2008 Dec 10
2
extlinux: usb for multiples machines
Hi!
I installed Debian in a pendrive and I used extlinux. I need a boot
for multiples machines. When I use the config file below, my pendrive
works fine:
DEFAULT linux
LABEL linux
KERNEL ../vmlinuz
APPEND ro root=/dev/sda1 initrd=../initrd
But I need a boot for any machine. Then, I tried it:
APPEND ro initrd=../initrd
but the boot stops after discover the correct location of the root
2008 Aug 27
3
Calculating total observations based on combinations of variable values
Hello:
As someone making the move from STATA to R, I'm finding it difficult at times to perform basic tasks in R, so forgive me if I've missed an obvious and easily obtained solution to my problem. I've searched the help guides and the archives and have not been able to find a solution that works.
I have a data frame with thousands of observations that looks something like this:
2009 Dec 03
0
[LLVMdev] Adding multiples-of-8 integer types to MVT
Hi Ken,
> Would there be any interest/opposition to extending the set of simple
> integer types in MVT to include the missing multiples of 8 (up to 64
> bits)? That is: i24, i40, i48, i56?
the type legalizer would need some work. Consider an architecture which has a
24 bit register. Then the type legalizer should legalize an i40 by first
promoting it to an i48, then expanding that to
2007 May 02
2
allowing call to my pabx every 15 minutes
Hello all,
I have a set up that answer my customer. and its working well,
however, the number of call to technical dept is what i want to reduce.
I want all call to get to voice prompt except that that enter when
minutes is 15, 30, 45, 60(in multiples of 15 minutes).
how can i achieve this and what application can i use to get this done.
I will be glad, if someone can give me a hint on this.