similar to: difference in pairs ?

Displaying 20 results from an estimated 1000 matches similar to: "difference in pairs ?"

2011 Mar 12
3
betareg help
Dear R users, I'm trying to do betareg on my dataset. Dependent variable is not normally distributed and is proportion (of condom use (0,1)). But I'm having problems: gyl<-betareg(cond ~ alcoh + drug, data=results) Error in optim(par = start, fn = loglikfun, gr = gradfun, method = method, : initial value in 'vmmin' is not finite Why is R returning me error in optim()? What
2010 Apr 21
1
median Q?
Hi, I have dataset n1 and v1 (years). when i ask median(year) [1] NA but if i put summary of dataset n1: summary(n1) R produces median (together with min/max/mean....) why it is so? -- ************************** Vlatka Matkovic Puljic 095/8618 171 [[alternative HTML version deleted]]
2012 Jul 25
1
network plot problem
**Hi, I wanted to create a network of drugs that are being studied together. So, I created a file as a graph. But plot of my network is not corect! It looks like to me that something else is lying behind this network links created. Could someone help me with this? Thanx! a<-read.graph(file=file.choose(), format="edgelist") plot.igraph(a) File (number present ID of drug): 15 2 10
2010 Apr 07
2
recoding variables-recode not working
Hi, I have numerical variable that I want to recode into categories '0' and '1 and more' and do analysis with that data. I have tried various of possibilities to do so, but I am sucked and nothing is working. recode(Q12, "0='A';1:30='B'") cut(Q12, breaks=c(0,1,30), lables=c('0', '1 and more')) cat(Q12, "0=0;1-33=1") What should
2010 Apr 21
2
calculating age from year of birth and date?
Hi, I have v1 (date of test) and v2 (year of birth). v1 v2 15.5.2008 88 18.6.2009 54 I want R to use only year in v1; and v2 see as 1988 and calculate age in v3. any ideas how to do that? -- ************************** Vlatka Matković Puljić 095/8618 171 [[alternative HTML version deleted]]
2013 Apr 07
2
group data in classes
Hello all! I have a problem to group my data (years) in 10 years classes. For example for year year decade 1598 1590-1600 1599 1590-1600 1600 1590-1600 1601 1600-1610 --- my is like this> [1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 [16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 [31] 1628 1629 1630 1631 1632 1633
2017 Feb 21
2
Re: 答复: Virsh command hanging
I can only use RHEL6. Is it a bug in libvirt ?? RegardsAbhishek From: 王李明 <wanglm@certusnet.com.cn> To: 'abhishek jain' <abhish_jain@yahoo.com>; libvirt-users@redhat.com Sent: Tuesday, 21 February 2017 11:54 AM Subject: 答复: [libvirt-users] Virsh command hanging #yiv0252501574 #yiv0252501574 -- _filtered #yiv0252501574 {font-family:Helvetica;panose-1:2 11 6 4 2 2
2009 Mar 17
3
PXE boot hangs while transferring vmlinuz or initrd.img
Hi, I have a user that is experiencing problems pxe booting several identical servers. pxelinux.0 is from syslinux 3.63 and the TFTP server is 0.42 running on CentOS 5.2. After loading pxelinux.0, the client will then start transferring vmlinuz and initrd.img via tftp. More than half the time, the transfer will get stuck and then eventually print a timeout message. I ran tcpdump and I can see
2017 Oct 02
3
[Bug 1187] New: SIGABRT: "BUG: unknown expression type prefix"
https://bugzilla.netfilter.org/show_bug.cgi?id=1187 Bug ID: 1187 Summary: SIGABRT: "BUG: unknown expression type prefix" Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: minor Priority: P5 Component: nft Assignee: pablo at
2023 Sep 19
3
[Bug 1706] New: Nft is slow when loading ruleset with lots of add element calls of different interval maps
https://bugzilla.netfilter.org/show_bug.cgi?id=1706 Bug ID: 1706 Summary: Nft is slow when loading ruleset with lots of add element calls of different interval maps Product: nftables Version: 1.0.x Hardware: x86_64 OS: Debian GNU/Linux Status: NEW Severity: normal Priority:
2008 Dec 01
3
Failure to subset in R v 2.8.0
Hello, I've been using a pre-release version of R v 2.8.0 for Windows for the last couple months. I think that there have been consistent problems with subsetting data sets, but I had usually been able to find work-arounds or was unable to confirm this as a bug. I think now I have, and would love advice on what to do if I've made some error. The data set in question ("c") has
2010 Mar 24
7
[Bug 1741] New: Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741 Summary: Patch to add support for building on Haiku Product: Portable OpenSSH Version: 5.4p1 Platform: ix86 OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org
2010 Jan 28
4
[Bug 1706] New: Set FD_CLOEXEC on accepted socket
https://bugzilla.mindrot.org/show_bug.cgi?id=1706 Summary: Set FD_CLOEXEC on accepted socket Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jchadima
2006 Apr 28
9
[Bug 1187] Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a
http://bugzilla.mindrot.org/show_bug.cgi?id=1187 Summary: Unable to build OpenSSH 4.3p2 using OpenSSL 0.9.8a Product: Portable OpenSSH Version: 4.3p2 Platform: amd64 OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: bitbucket at mindrot.org ReportedBy:
2005 Oct 27
0
Fw: Example where PPR crashes
Dear all, I have been doing tests using SVM, random forests and PPR. The data is from a data stream (that is, the data for training and for test is always increasing / changing). With SVM and random forests everything is ok, but with ppr there are situations where it crashes. For the examples I have used I noticed that if one of the variables has just one value (it can happen), it crashes for
2004 Oct 13
2
'credentials' file doesn't work - also observed by others
Background: Linux, Debian (Sarge). I want to auto-mount an smbfs at boot. smbmount version is 3.0.7-Debian. With the following in my fstab, I can do the mount as root, but have to provide a password (hence either I can't boot unattended, or can't mount it during boot): //<server>/<share> /mnt/point smbfs
2005 Sep 01
2
Still weird UID ordering issues with maildir
Nightly 20050829 (includes everything currently in nightly/ChangeLog): Sep 1 09:25:02 server dovecot: imap-login: Login: user=<tv>, method=PLAIN, rip=192.168.1.1, lip=192.168.1.3, TLS Sep 1 09:25:02 server dovecot: IMAP(tv): Maildir /home/tv/.maildir sync: UID < next_uid (1187 < 1188, file = 1125581033.7788_2.server.duh.org:2,) repeated every time I try to login. I had to nuke the
2007 Jul 04
1
Long-tail model in R ... anyone?
Dear all, first I would like to tell you that I've been using R for two days... (so, you can predict my knowledge of the language!). Yet, I managed to implement some stuff related with the Long-Tail model [1]. I did some tests with the data in table 1 (from [1]), and plotted figure 2 (from [1]). (See R code and CSV file at the end of the email) Now, I'm stuck in the nonlinear regression
2010 Jun 07
1
how can I control the x-axis tick labels
I am trying to generate a plot whose x-axis values are the following: data_out[,1] [1] 1979 1958 1937 1916 1895 1874 1853 1832 1811 1790 1769 1748 1727 1706 1685 1664 1643 1622 1601 1580 1559 [22] 1538 1517 1496 1475 1454 1433 1412 1391 1370 1349 1328 1307 1286 1265 1244 1223 1202 1181 1160 1139 1118 [43] 1097 1076 1055 1034 1013 992 971 950 929 908 887 866 845 824 803 782 761
2004 May 22
2
Chan CAPI and Latest CVS wont compile
When I saw the update for Cisco Phone RTP issue I thought I would try it. Unfortunately chan_capi wont compile on this update. Can anyone recommend a good * release for Capi, Bri ISDN and Cisco 7940's SIP 6.3. Or will CHAN_CAPI also be updated ? Running Eicon Diva Bri Cards. Error: chan_capi.c:1187: too many arguments to function 'ast_dsp_process'