Displaying 10 results from an estimated 10 matches for "zlist".
Did you mean:
list
2008 Jul 23
1
Calling LISP programs in R
...z)";
PUT "mix (append (list x) mix)";
PUT "mix (append (list y) mix)))))";
PUT "(setq mix (remove nil mix)";
PUT "mixnew (loop for x in mix append (list(+ Mn (* SD x)))))";
PUT "(print mixnew)";
PUT "(flet(( mean(zlist)";
PUT "(setq sum (loop for x in zlist sum x))";
PUT "(setq m (/ sum (length zlist)))))";
PUT '(pprint (list "The mean is:" (mean mixnew))))';
PUT "(flet((var(zlist)";
PUT "(setq sumsq (loop for x in zlist sum (* (- x m) (- x...
2018 Mar 12
0
subsetting comparison problem
...word "satisfies".
Here's a double loop that reports membership of the column names of each row of U (Dataframe2) in each row of R (Dataframe1):
apply( Dataframe2, 1, function(x){ z <- which(x==1);
z2 <- names(x)[z];
zlist=apply(Dataframe1, 1, function(y){ z3 <- which(y==1);
z4 <- names(y)[z3];
z4[ which(z4 %in% z2) ]});
zlist})
$U1
$U1$R1
[1] "C2"...
2018 Mar 11
4
subsetting comparison problem
Hello All,
I am facing a unique problem and am unable to find any help in R help pages
or online. I will appreciate your help for the following problem:
I have 2 data-frames, samples below and there is an expected output
R Dataframe1:
C1 C2 C3 C4...... CN
R1 0 1 0 1
R2 1 0 1 1
R3
2006 Aug 11
0
SQL sort
...39;
def sort_link_helper(text, param)
key = param
key += "_reverse" if @params[:sort] == param
options = {
:url => {:action => ''list'', :params => @params.merge({:sort =>
key, :page => nil})},
:update => ''zList'',
:before => "Element.show(''spinnerT'')",
:success => "Element.hide(''spinnerT'')"
}
html_options = {
:title => "Sort this column",
:href => url_for(:action => '...
2004 Aug 19
0
[LLVMdev] Re: LLVMdev Digest, Vol 2, Issue 30
Comments re your comments...
At 05:26 PM 8/17/2004, you wrote:
>>A value of zero now means zero literal for everything except labels, right?
>
>Hmm. Not quite sure what you mean here. Zero values are used in quite a
>few places for various purposes. For example, the zlist will write a zero
>byte to terminate the list. In general a zero byte is only used to
>terminate some value. Zero corresponds to the "Null" type plane which we
>never emit nor any values of type "Null" so you won't see this as the type
>index for any value....
2011 Apr 25
3
arcstat updates
Hi ZFSers,
I''ve been working on merging the Joyent arcstat enhancements with some of my own
and am now to the point where it is time to broaden the requirements gathering. The result
is to be merged into the illumos tree.
arcstat is a perl script to show the value of ARC kstats as they change over time. This is
similar to the ideas behind mpstat, iostat, vmstat, and friends.
The current
2004 Aug 18
0
[LLVMdev] Re: Bytecodes & docs
...,
>
> Thanks for the detailed feedback.
Sure .. devil's in the details :)
> A value of zero now means zero literal for everything except labels,
> right?
Hmm. Not quite sure what you mean here. Zero values are used in quite a few
places for various purposes. For example, the zlist will write a zero byte to
terminate the list. In general a zero byte is only used to terminate some
value. Zero corresponds to the "Null" type plane which we never emit nor any
values of type "Null" so you won't see this as the type index for any value.
> There is kin...
2004 Aug 17
2
[LLVMdev] Re: Bytecodes & docs
Reid,
Thanks for the detailed feedback.
A value of zero now means zero literal for everything except labels,
right? There is kind of a vague reference to this in the 1.0 -> 1.1
section I believe. You might want to make this clearer when talking about
values in the body of the document.
--> A comment on this: if a value of zero were never used for labels, that
would make me happy,
2003 Dec 16
0
Quicken backup and Samba 2.2.8a on FreeBSD
I've run into difficulty getting Quicken 2001 and Quicken 2003 backup to
work with a Samba server.
My smb.conf is relatively simple (below is a slightly editted version with
the important stuff):
=================================
[global]
workgroup = WORKGROUP
server string = BigBoxNAS
netbios name = bigbox
log file = /var/log/samba/log.%m
; log level = 3
max log size = 50
security = user
2003 Dec 20
0
Quicken backup and Samba 3.0.0 on FreeBSD
I've run into difficulty getting Quicken 2001 and Quicken 2003 backup to
work with a Samba server. I reported this last week on Samba 2.2.8a. I
upgraded to Samba 3.0.0 and I see the same problem.
What am I doing wrong here?
My smb.conf is relatively simple (below is a slightly editted version with
the important stuff):
=================================
[global]
workgroup = WORKGROUP