similar to: AW: coding logic and syntax in R

Displaying 20 results from an estimated 1000 matches similar to: "AW: coding logic and syntax in R"

2003 Dec 24
4
coding logic and syntax in R
Hello, I am a beginner in R programming and recently heard about this mailing list. Currently, I am trapped into a simple problem for which I just can't find a solution. I have a huge dataset (~81,000 observations) that has been analyzed and the final result is in the form of 0 and 1(one column). I need to write a code to process this column in a little complicated way. These 81,000
2004 Apr 29
0
randomization test
Hello all, I am conducting a randomization test on a given dataset. One of the covariates, gender, is randomly assigned 1000 times to create a randomization dataset (rand.data). To these 1000 datasets, I fit a full model (see below) and the aim is to generate a distribution of LRT statistic under the null. Here are some of the questions I have: 1. I am using for() loop to fit the dataset
2004 Sep 18
0
Pharmacokinetics using R
Hi, I just wonder if R is still used for PK analysis. However, I have to use R for some purposes anyways. Here is a really strange problem I am running into and I hope to get some assistance from the group. The following code works fine in S-Plus (Population estimates and MAP estimates look reasonable ). cs.fit<-nlme ( CONC~phenoModel(CID,TIME, DOSE, lCl, lV), fixed = lCl+lV ~1,
2002 Nov 18
0
(no subject)
Pravin, You don't necessarily need a login script, but it is nice for mounting shared drives and printers, or just copying/installing files. Use an empty login script to start, then use the Windows "command line" (the "net use /?" command is helpful here) to mount and attach to services you want. Put those commands into the login script and use environment
2004 Aug 06
0
Re: Please confirm your message
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <title></title> </head> <body> <a class="moz-txt-link-abbreviated" href="mailto:speex-dev@xiph.org">speex-dev@xiph.org</a> wrote: <blockquote type="cite" cite="mid1050398492.11049.TMDA@motherfish-II.xiph.org"> <pre
2013 Jul 09
1
Sending carbon copy mails from R
Hi, I am using sendmailR package to send mails from R. I am not able to make carbon copy work properly. If I specify multiple recipients in to field, then they all receive individual emails and not carbon copies My sample code is require(sendmailR) header <- list(cc="b.mali@abc.com") to <-
2003 Sep 25
3
configuring TE410P for four E1 PRI lines
hi, I'm trying to configure my newly acquired TE410P card to work as 4 E1 spans. This is supposed to be a drop-in replacement to the earlier E100P card. However, on loading the zaptel module it gets configured as T1 spans basically doing a 'cat' on /proc/zaptel/1 thru 4, it shows 24 channels per span. After this ztcfg fails saying 'ZT_CHANCONFIG failed for channel 97'.
2008 Mar 12
1
Help in estimating HURST parameter
Hi, Can u please tell me which all packages do i need to install to estimate the hurst parameter in R. I have tried installing all the possible options but still it doesnt work. basically i want to use 9 functions to estimate hurst parameter like aggvarfit, rsfit, etc. i will be very thankful if u could be of some help. -- Regards, Deepak Jadhav. [[alternative HTML version
2011 Jun 22
2
best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR?
Hi everyone, what are your best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR? THANKS +++++++++++ Pravin Mishra -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2011 Jun 23
2
getting twitter followers into our rails application
Hi everybody, I have integrated OAuth into my app. Now I want to get the follower lists for the user who has authenticated using OAuth. My app works on ruby on rails. And i want to know how i can fetch the followers list for the current logged in user. Can someone tell me if they have done it before? thaks +++++++++++++++ Pravin Mishra -- You received this message because you are subscribed
2006 Jun 29
1
Seeking RoR help for an upcoming project
Hello, We''re working on building a fairly lightweight, community-oriented site which would be a great opportunity for a beginning-to-moderately-experienced RoR developer looking to cut their teeth on a real site. The site could prove to be highly visible if succesful and would be an excellent addition to your portfolio. Please drop me a line and I can go into detail on the
2011 Oct 29
1
Refresh tab content on click in JQuery UI Tabs
HI Guy''s TAB1 and TAB2 have some radio button, checkbox and dropdown menu. When TAB1 is selected, I have to switch to TAB2 and then back to TAB1 to refresh the loaded content. How to make TAB1 refresh loaded content when click on its tab? *code is something like that* <ul class="tabs"> <li><a *href="#tab1"*>Gallery</a></li>
2002 Nov 18
1
(no subject)
Hi, Does anyone have a simple login script which i can put in smb.conf for my samba server.I am installing samba first time and dont know perl.I copied one from book "Using samba" but it does not work. Thanks pravin _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE*
2011 Dec 19
1
IO size and cluster size
Hi All, how can I determine the size of each I/O? does it depend on the cluster size? block size? will it be different for each file system if each of those have different cluster size? I am just trying to understand very high I/O wait on our oracle RAC DB, where as we dont have it on another server with similar load. if the DB need 4K will it fetch only 4K? on side note, I know in ZFS it pulls
2004 Jan 01
4
force fixed format
Hello, A small problem I can't solve > p <- 0.0001 > p [1] 1e-04 How can I force the printout of p to 0.0001? I have tried 'format', 'round', 'signif', 'print' in different combinations without success. Fredrik Lundgren
2010 Nov 29
1
in regards of plotting using functions.
Hello, I am using basic plotting technique to get a graph. but i want to color the points plotted onto the graph depending upon few mathematical logics. values > x should be colored blue. values < y should be colored green. how can i go forward with the programming part in drawing these plots from a single file. Please do let me know as soon as possible Regards, -- Pravin Nilawe
2017 Dec 16
0
[PATCH 04/45] gpu: drm: remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux at gmail.com> --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 - drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 1 - drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
2013 Jan 15
0
Re: txftrans.c:4498 -- TXF_HARD_ERROR
On Fri, 2013-01-11 at 19:05 +0000, Rushikesh Jadhav wrote: > Its a simple Windows 2008 VM with default xs-tools PV drivers hosted > on XCP1.1 with Xen 3.4.2. It has 2 drives Local C: and iSCSI LUN D: > Local VM Disk format is lvm over iscsi and the extra disk is directly > mounted via iSCSI using iSCSI initiator within VM. Is there anything other than this one message in the logs?
2013 Jan 08
0
Re: txftrans.c:4498 -- TXF_HARD_ERROR
Apologies for missing Subject. On Wed, Jan 9, 2013 at 3:21 AM, Rushikesh Jadhav <2rushikeshj@gmail.com>wrote: > Hello List, > > Please help me in diagnosing below error in /var/log/messages > > HVM1[16586]: txftrans.c:4498 -- TXF_HARD_ERROR (0xC01A002B) for RM: > fffff8800d099000 > > Im unable to find any google reference related to above C file or its > source
2014 Nov 05
0
why RODBC on windows 7 with Sybase, returns garbage?
Hi James, Is your server name correct in the string below? Looks like you are using incorrect server name. If you don't give full server name, then the server has to be registered with ODBC management tool so that it can be picked up automatically. Regards, Alok From: James Mathew [via R] [mailto:ml-node+s789695n4699208h81 at n4.nabble.com] Sent: Wednesday, November 05, 2014 5:04 AM To: