Displaying 20 results from an estimated 900 matches similar to: "Creating two lines of best fit on a scatter plot"
2010 Apr 09
2
error bars on barplot
Hi
I was hoping someone might be able to help me I have this data:
birdid timetaken numvisits ptachchoice time bold
1087 8 10 1 AM 0
1087 28 6 1 PM 0
1087 13 3 2 AM 0
1087 121 0 2 PM 0
1046 121 0 1 AM 1
1046 121 0
2010 Feb 18
2
Funny result from rep(...) procedure
I'm observing odd behavior of the rep(...) procedure when using variables as
parameters in a loop. Here's a simple loop on a vector 'branches' that is
c(5,6,5,5,5). The statement in question is
print(c(ni,rep(i,times=ni)))
that works properly first time through the loop but the second time, when
branches[2] = 6, only prints 5 values of i.
Any ideas, anyone?
iInd = 1
2004 Dec 27
3
how to debug frame slips?
Hi, I'm running into issues receiving faxes which, from what I have read,
may be caused by frame slips. While I can find many posts saying to
investigate it, I can't find any that describe *how* to debug the problem.
Tried searching this list as well to no avail.
Any pointers would be greatly appreciated.
FYI, I'm running wbel, AMP 1.04, spandsp 2pre4. Faxing to a pstn on a
2001 Jun 12
2
a problem with rep() ?
Colleagues
----------------------------------
System info:
Version 1.2.3 (2001-04-26) on NT
ESS v. 5.1.18 using emacs ver. 20.4
----------------------------------
I am wondering if there is a problem with the function rep(). Both the
commands using rep() below were expected to produce 8 twos, but only
the second did.
x <- rep(2,40*(1-0.8))
length(x)
y <- rep(2,40*0.2)
length(y)
2016 Sep 21
2
replPropertyMetaData & KCC issues after updating to Samba 4.5.0
On 9/18/2016 6:23 PM, Garming Sam wrote:
> Hi,
>
> For the unsorted attributeID values errors, can you first try:
>
> samba-tool dbcheck --cross-ncs --fix --yes 'fix_replmetadata_unsorted_attid'
>
> There's too much going on, and it does look like it might be bailing
> out. Running it with 'fix_replmetadata_unsorted_attid' should fix those
> first
2005 Sep 21
23
[Bug 1087] SSH fails to show PAM password expiry message from LDAP on login
http://bugzilla.mindrot.org/show_bug.cgi?id=1087
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Group|Portable OpenSSH |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2009 Jul 23
3
Counter
Hi everyone,
Is there any counter function in R for the following purpose:
x <- matrix(c(1,1,0,2,1,0,0,2,0,1,2,1,2,1,0,1),nrow=4)
As I would like to know how many zeros, ones, and twos in each row of x?
Many thank in advance,
Amor
[[alternative HTML version deleted]]
2005 May 26
14
[Bug 1046] AIX 5.3 Garbage on Login
http://bugzilla.mindrot.org/show_bug.cgi?id=1046
Summary: AIX 5.3 Garbage on Login
Product: Portable OpenSSH
Version: 4.0p1
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: rajsingh at hotmail.com
2016 Oct 04
13
[Bug 1087] New: Window Tracking not disabled
https://bugzilla.netfilter.org/show_bug.cgi?id=1087
Bug ID: 1087
Summary: Window Tracking not disabled
Product: conntrack-tools
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: conntrack-daemon
Assignee: netfilter-buglog
2018 Sep 17
1
Re: [PATCH nbdkit v2] common: Introduce round up, down; and divide round up functions.
On 9/17/18 3:38 PM, Richard W.M. Jones wrote:
> These are used at various places in the code already. This
> refactoring simply moves them to a common header file and should have
> no other effect.
> ---
> common/include/rounding.h | 59 +++++++++++++++++++++++++++++++++++++
> filters/cache/Makefile.am | 3 +-
> filters/cache/cache.c | 2 +-
>
2012 Jul 04
1
BDC Clients Unable to update DNS (PTR/A)
Hi;
Through samba4 BDC server not update DNS record in PDC DNS server. please
see logs
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: send
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: sendto
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: senddone
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: next
04-Jul-2012 10:22:19.800 client 192.253.8.25#1081: endrequest
04-Jul-2012
2015 Feb 05
7
[LLVMdev] i1 Values
I've been debugging some strange happenings over here and I put an
assert in APInt to catch what I think is the source of the problem:
int64_t getSExtValue() const {
// An i1 -1 is unrepresentable.
assert(BitWidth != 1 && "Signed i1 value is not representable!");
To me an i1 -1 makes no sense whatsoever. It is not representable in
twos-complement form. It cannot
2008 Aug 22
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
On Aug 22, 2008, at 9:34 AM, Chris Lattner wrote:
> C has a way to express this: signed integers are defined to never
> overflow, unsigned integers are defined to wrap gracefully on
> overflow.
And gcc has yet more fun in it:
-fstrict-overflow
Allow the compiler to assume strict signed overflow rules,
depending on the language
being compiled. For C
2009 Nov 16
3
Sum over indexed value
I am sure this is easy but I am not finding a function to do this.
I have two columns in a matrix. The first column contains multiple entries
of numbers from 1 to 100 (i.e. 10 ones, 8 twos etc.). The second column
contains unique numbers. I want to sum the numbers in column two based on
the indexed values in column one (e.g. sum of all values in column two
associated with the value 1 in column
2011 Oct 24
1
Plot unusual subset of data
Hi,
I have a function that approximates some data and indicates "segments".
I'd like to plot the original data, and then the linear approximations on top of it. (Ideally, just a subset of N rows at a time, as the data set is large.)
I can't figure out a clean way to do this. Suggestions?
here is some sample data:
==================================
Row X Seg
?.
2017 Aug 24
2
How do set 'nest' addribute in an indirect call?
On 08/24/2017 09:40 AM, Tim Northover wrote:
> On 17 August 2017 at 15:15, Rodney M. Bates via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> For an indirect call, i.e., on a function whose address is runtime variable,
>> I can't find any place/way to attach this attribute. LLVMAddAttribute
>> won't take a type.
>
> In the C++ API you'd add the
2016 Mar 04
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote:
> On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote:
> > OK, here is the output:
>
> Can you try the attached (UNTESTED!) patch?
>
> Thanks,
Gna, should have at least compiled it....
New patch :-)
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax:
2014 Aug 22
1
problem with exclude
I've tried all of the permutations of exclude I can think of, so presumably I have some fundamental misunderstanding. The goal here is to exclude the file tv11.html in the ftp directory.
rsync -avvvv -n --verbose --one-file-system -exclude='ftp/tv1.html' /usr/local/src /Media/sata/usr/local > /tmp/rsync
(Server) Protocol versions: remote=30, negotiated=30
cmd=xclude=ftp/tv1.html
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
supsmu(periodic=TRUE) can crash R by reading before start of array.
To reproduce:
set.seed(1)
xx <- runif(29000)
yy <- rnorm(29000)
span <- 0.49
i <- 1
while(i < 200){
cat(i,"\n")
int <- supsmu(xx,yy,periodic=T,span=span)
i <-i+1
}
results in:
1
2
3
4
5
6
7
8
9
Program received signal SIGSEGV,
2020 Jun 06
3
Change in package.skeleton behavior from R 3.6.3 to R 4.0.0 ?
The Rcpp package and some related packages such as RcppArmadillo make use of
(local) wrappers around the utils::package.skeleton() function for creating
(basic yet functional) packages using Rcpp or RcppArmadillo. RStudio also
exposes this under the graphical menu as a nice way to construct a package.
But it seems that something changed quite recently in R. I looked into this a
little yesterday