Displaying 3 results from an estimated 3 matches for "nhit".
Did you mean:
hit
1998 Feb 27
1
R-beta: is there a way to get rid of loop?
...ikelihood, p. 194).
I label the cells in the table as follows
stim response
"y" "n" total
--------------------------------
y hit miss nsignal
--------------------------------
n false correct nnoise
alarm rejection
---------------------------------
Gsens<-function(nhit,nmiss,nfa,ncr)
{
# Edwards's G_I, measure of interaction, is measure of sensitivity
(xlogx(nhit)+xlogx(nmiss)+xlogx(nfa)+xlogx(ncr))-(xlogx(nhit+nmiss)+xlogx(nfa+ncr))-(xlogx(nhit+nfa)+xlogx(nmiss+ncr))+xlogx(nhit+nmiss+nfa+ncr)
}
BTW I can't figure out how to break the line at 80 cols. I...
2002 Dec 31
0
MRTGscript - Update
...2] eq "REJECT") {
$Count++;
}
}
if (($ARGV[0] eq "-drop") || ($ARGV[0] eq "-both")) {
if ($Line2[2] eq "DROP") {
$Count++;
}
}
}
}
}
close LOG;
print "$Count\n0\n1\nHits\n";
print STDERR "$Count\n0\n1\nHits\n";
2008 Aug 06
1
error in installing R packages
...ion)
classTree.c:302: error: (Each undeclared identifier is reported only
once
classTree.c:302: error: for each function it appears in.)
classTree.c:302: error: expected expression before ?double?
classTree.c:302: warning: cast to pointer from integer of different size
classTree.c:303: error: ?nhit? undeclared (first use in this function)
classTree.c:304: error: ?lcat? undeclared (first use in this function)
classTree.c:304: error: ?ncmax? undeclared (first use in this function)
classTree.c:305: error: ?ncsplit? undeclared (first use in this
function)
classTree.c:305: warning: implicit de...