Displaying 20 results from an estimated 30 matches for "set3".
Did you mean:
set
2011 Nov 03
1
For loop to cycle through datasets of differing lengths
...ataset is
of equal length, it works fine as I can combine the datasets and have each
loop pick up a different column, but when the datasets are differing
lengths, I am struggling. Here is an example:
A<-1:10
B<-1:15
C<-1:18
Set1<-data.frame(A,runif(10))
Set2<-data.frame(B,runif(15))
Set3<-data.frame(C,runif(18))
for (i in 1:3){
if (i==1) Data<-Set1 else if (i==2) Data<-Set2 else Data<-Set3
dev.new()
plot(Data[,1],Data[,2])
}
I don't always want to plot them and instead do other things, such as fit a
non-linear equation to the dataset, etc. I end up using that &qu...
2013 Apr 07
3
mlogit error
Dear List
I am trying to fit a multinomial model using the mlogit package. Attempting to load
the data into mlogit presents the following error.
MLOG<-mlogit.data(Mult3,shape="long",choice="CHOICE",alt.var="mode.ids",indivs = "set3",chid.var = "obs")
Error in `row.names<-.data.frame`(`*tmp*`, value = c("1.1", "1.2", "1.3", :
duplicate 'row.names' are not allowed
In addition: Warning message:
non-unique values when setting 'row.names': '1.1', '1.2...
2009 Mar 13
5
Selecting / creating unique colours for behavioural / transitional data
Dear all,
This seems like a simple problem but i've searched the help files and tried
various options but failed, so apologies in advance for asking what i'm sure
is an easy thing to do!
In short, I have displayed behavioural data using the TraMineR package such
that there is a colour change between the transition of behaviours, however,
all the methods that i have used thus far have
2011 Jul 05
24
Shorewall 4.4.21 RC 3
RC 3 is now available for testing.
Problems corrected:
1) The Shorewall and Shorewall6 ''load'' and ''reload'' commands
previously used the setting of RSH_COMMAND and RCP_COMMAND from
/etc/shorewall/shorewall.conf (/etc/shorewall6/shorewall6.conf).
These commands now use the .conf file in the current working
directory.
2) The new parameterized
2011 Jul 05
24
Shorewall 4.4.21 RC 3
RC 3 is now available for testing.
Problems corrected:
1) The Shorewall and Shorewall6 ''load'' and ''reload'' commands
previously used the setting of RSH_COMMAND and RCP_COMMAND from
/etc/shorewall/shorewall.conf (/etc/shorewall6/shorewall6.conf).
These commands now use the .conf file in the current working
directory.
2) The new parameterized
2008 Apr 24
2
alternatives to RColorBrewer?
I've found RColorBrewer useful for its qualitative palettes, but wished that
it could generate more than 12 qualitative palettes (e.g. with Set3). Any
suggestions for alternative color palette generators that can handle e.g. 18
distinctive colors? (I'm aware of using rainbow(), but this doesn't
generate enough distinct colors when the number of palettes is large).
Thanks,
Andrew
[[alternative HTML version deleted]]
2011 Jan 13
0
distribute-replicate setup GFS Client crashed
...ent crashed after sometime with below stack.
2011-01-13 08:33:49.230976] I [afr-common.c:2568:afr_notify] replicate-1:
Subvolume 'distribute-1' came back up; going online.
[2011-01-13 08:33:49.499909] I [afr-open.c:393:afr_openfd_sh] replicate-1:
data self-heal triggered. path:
/streaming/set3/work/reduce.12.1294902171.dplog.temp, reason: Replicate up
down flush, data lock is held
[2011-01-13 08:33:49.500500] E
[afr-self-heal-common.c:1214:sh_missing_entries_create] replicate-1: no
missing files - /streaming/set3/work/reduce.12.1294902171.dplog.temp.
proceeding to metadata check
[2011-01...
2012 Dec 10
3
use variable in for loop to name output files
Hi,
This question should be simple to answer. I am a new R user.
I have a data.frame called appended. I would like to break it into 7 smaller
datasets based on the value of a categorical variable dp (which has values
1:7). I would like to name the smaller datasets set1, set2, set3,....,set7.
I don't know how to refer to the variable in the for loop, when naming the
output datasets. In STATA (which I am much more familiar with) each i in the
foreach loop would be refered to as `i'. This is the code I've included
below. I've also tried set[[i]] and set[i] neith...
2014 May 03
2
Mapa de quantiles con spplot
Hola,
Intento representar en un mapa participaciones porcentuales de los sectores económicos y no logro hacerlo con spplot.
He intentado con spplot(zm, c(?part88?, ?part93?), cuts=4, col.regions=brewer.pal(4, ?Set3?))
Lo pude hacer utilizando el base graphics de R, definiendo:
> plotvar88 <- zm$part88
> nclr <- 8
> plotclr <- brewer.pal(nclr, "PuOr")
> plotclr <- plotclr[nclr:1]
> class <- classIntervals(plotvar88, nclr, style="quantile")
> colcode <-...
2020 May 01
1
Length of dial string
...2020 10:26
To: paddy at wizaner.com; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [asterisk-users] Length of dial string
Paddy,
Why not use local extensions? You can do something like this.
Exten =>
s,1,Dial(Local/set1 at call_all&Local/set2 at call_all&Local/set3 at call_all)
[call_all]
Exten => set1,1,Dial(SIP/100&SIP/101&SIP/102&SIP/103&SIP/104&SIP/105
Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111
Exten => set1,1,Dial(SIP/112&SIP/113&SIP/114&SIP/1015&SIP/116&SIP/1...
2014 May 05
3
Mapa de quantiles con spplot
...Un saludo. Olivier
>
>> Hola,
>>
>> Intento representar en un mapa participaciones porcentuales de los sectores
>> económicos y no logro hacerlo con spplot.
>>
>> He intentado con spplot(zm, c(?part88?, ?part93?), cuts=4, col.regions=brewer.pal(4,
>> ?Set3?))
>>
>> Lo pude hacer utilizando el base graphics de R, definiendo:
>>
>>> plotvar88 <- zm$part88
>>> nclr <- 8
>>> plotclr <- brewer.pal(nclr, "PuOr")
>>> plotclr <- plotclr[nclr:1]
>>> class <- classInterva...
2006 May 14
2
[LLVMdev] __main() function and AliasSet
...----------------
I think the right AliasSet information calculated for this program should be
Information for alias set0:
pointer0=data_b
pointer1=data_d
pointer2=ptr_b.0.2
Information for alias set1:
pointer0=data_c
Information for alias set2:
Information for alias set3:
pointer0=data_e
pointer1=data_f
pointer2=ptr_a.1.0
Information for alias set4:
Information for alias set5:
,where the empty AliasSets I think should be "Forwarded".
However, the result of the pass was:
Information for alias set0:
pointer0=data_b
poi...
2006 May 14
0
[LLVMdev] Re: __main() function and AliasSet
...mation calculated for this program should
> be
>
> Information for alias set0:
> pointer0=data_b
> pointer1=data_d
> pointer2=ptr_b.0.2
> Information for alias set1:
> pointer0=data_c
> Information for alias set2:
> Information for alias set3:
> pointer0=data_e
> pointer1=data_f
> pointer2=ptr_a.1.0
> Information for alias set4:
> Information for alias set5:
>
> ,where the empty AliasSets I think should be "Forwarded".
>
> However, the result of the pass was:
>
> Informa...
2020 May 01
4
Length of dial string
Hi all
as per the new release notice for 13.33.0 received today - can anyone advise
me the max limit of the string to the Dial Command - see
* [ASTERISK-27946
<BLOCKED::https://issues.asterisk.org/jira/browse/ASTERISK-27946> ] -
dial (API): Storage of dialed target uses AST_MAX_EXTENSION
when it shouldn't
I have been fighting with this issue for months trying to find a solution I
2014 May 06
3
Mapa de quantiles con spplot
...t;>> Intento representar en un mapa participaciones porcentuales de los sectores
>>>> económicos y no logro hacerlo con spplot.
>>>>
>>>> He intentado con spplot(zm, c(?part88?, ?part93?), cuts=4,
>>>> col.regions=brewer.pal(4,
>>>> ?Set3?))
>>>>
>>>> Lo pude hacer utilizando el base graphics de R, definiendo:
>>>>
>>>>> plotvar88 <- zm$part88
>>>>> nclr <- 8
>>>>> plotclr <- brewer.pal(nclr, "PuOr")
>>>>> plotclr <-...
2020 May 01
0
Length of dial string
Paddy,
Why not use local extensions? You can do something like this.
Exten => s,1,Dial(Local/set1 at call_all&Local/set2 at call_all
&Local/set3 at call_all)
[call_all]
Exten => set1,1,Dial(SIP/100&SIP/101&SIP/102&SIP/103&SIP/104&SIP/105
Exten => set1,1,Dial(SIP/106&SIP/107&SIP/108&SIP/109&SIP/110&SIP/111
Exten => set1,1,Dial(SIP/112&SIP/113&SIP/114&SIP/1015&SIP/116&SIP/1...
2001 Apr 01
1
"all rows must have the same length" error while using read.table
...115 7 1 17.0 10.0
> 31.5 72.0 49.0 348
> 104 8 2 15.5 6.5
> 22.0 62.0 35.0 166
> set3 <- read.table("/dos/mydocu~1/conjun~1.txt", header=T,
sep="\t", row.names=1)
R (1.2.2 under Linux) produced the following error message:
Error in read.table("/dos/mydocu~1/conjun~1.txt", header=T, sep="\t", :
all rows must have the same lengt...
2013 Jun 10
1
Selecting divergent colors
Hi,
I was trying to make a density plot with 13 samples. To distinguish each
sample, it would be good if each color is as different as possible from the
other colors. I could use the built in function, but that does not do more
than 8 colors and then goes back to recycling the cols. If I use a palette,
then it is really difficult to distinguish between the colors.
So, is there a way that I can
2006 May 15
2
[LLVMdev] Re: __main() function and AliasSet
...ointer0=data_b
> >>>> pointer1=data_d
> >>>> pointer2=ptr_b.0.2
> >>>> Information for alias set1:
> >>>> pointer0=data_c
> >>>> Information for alias set2:
> >>>> Information for alias set3:
> >>>> pointer0=data_e
> >>>> pointer1=data_f
> >>>> pointer2=ptr_a.1.0
> >>>> Information for alias set4:
> >>>> Information for alias set5:
> >>>>
> >>>> ,where the empt...
2015 Apr 03
0
Mapas con spplot
Hola,
Yo lo resuelvo usando grid.rect. Tienes una posible solución aquí:
https://github.com/oscarperpinan/spacetime-vis/blob/master/choropleth.R#L216
(que es una versión actualizada de este artículo
https://procomun.wordpress.com/2012/02/18/maps_with_r_1/)
Saludos.
Oscar.
-----------------------------------------------------------------
Oscar Perpiñán Lamigueiro
Dpto. Ing. Eléctrica,