search for: priya

Displaying 20 results from an estimated 72 matches for "priya".

Did you mean: prima
2017 Nov 01
3
Function to save results
...I recently lost the results, because I didn't save the results. I don't want to run the sink or save command after the analysis is over rather run the command for saving the file before starting to run the analysis, so the file gets saved automatically after the script has finished running Priya ? On Wednesday, 1 November 2017 7:53 PM, Eric Berger <ericjberger at gmail.com> wrote: Hi Priya, You did not follow the logic of the pseudo-code.?The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink st...
2017 Nov 01
2
Function to save results
Hi Eric,I tried as you suggested but I could not find the output in the text file I created (attr.txt) net <- loadNetwork("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//regulationof_dopamine_signaling_submodule3.txt")sink("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//attr.txt") sink() attr <- getAttractors(net, type="asynchronous") ?Priya On We...
2017 Nov 01
0
Function to save results
Hi Priya, You did not follow the logic of the pseudo-code. The sink("filename"), sink() pair captures whatever output is generated between the first sink statement and the second sink statement. You need (possibly) to do: sink("C://Users//Priya//Desktop//Attractor analysis_all genes//synapt...
2017 Nov 01
0
Function to save results
...ou may also be able to save the output with File | Save to File. --------------------------------------- David L Carlson Department of Anthropology Texas A&M University College Station, TX 77843-4352 -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Priya Arasu via R-help Sent: Wednesday, November 1, 2017 9:57 AM To: Eric Berger <ericjberger at gmail.com> Cc: r-help at r-project.org Subject: Re: [R] Function to save results Hi Eric,Thanks for the explanation. Is there a way to save the results automatically after the analysis gets over?. As I...
2017 Nov 01
0
Function to save results
...2. to complete the saving to the file you must give a second sink command with no argument: sink() So your code would be (pseudo-code, not actual code) sink( "filename" ) do something that prints output which will be captured by sink sink() HTH, Eric On Wed, Nov 1, 2017 at 1:32 PM, Priya Arasu via R-help <r-help at r-project.org > wrote: > Hi,I want the results to be saved automatically in a output text file > after the script has finished running. > > I used the sink function in the following example, but the results file > (output.txt) was empty. > > n...
2017 Nov 01
1
Function to save results
...error cat(attr<-getAttractors(net, type="asynchronous"))Error in cat(attr <- getAttractors(net, type = "asynchronous")) : argument 1 (type 'pairlist') cannot be handled by 'cat' Please let me know, if I have used the function in right way?. Thank you Priya ? On Wednesday, 1 November 2017 9:32 PM, David L Carlson <dcarlson at tamu.edu> wrote: Let's try a simple example. > # Create a script file of commands > # Note we must print the results of quantile explicitly > cat("x <- rnorm(50)\nprint(quantile(x))\n...
2017 Nov 01
0
Function to save results
No. You have not used it correctly. It was an example. Put your commands between the two sink functions. That will save any printed out put that results from those commands. It will not save attr, but you did not ask how to do that. David C On Nov 1, 2017 12:21 PM, Priya Arasu <galaxie2485 at yahoo.co.in> wrote: Hi David, Thank you for the example. When I try to use the cat function, I get an error cat(attr<-getAttractors(net, type="asynchronous")) Error in cat(attr <- getAttractors(net, type = "asynchronous")) : argument 1 (typ...
2005 Sep 07
7
Asynchronous IO
....10> native kernel, i get 267 IOPs.Cananyone tell me why this huge differnece? Am i missing something? In the current setup on Xen, if i do Synchronous IO, then i am getting 265 IOPs which is expected. So i am wondering why Asynchronous IO should behave this way? Is there any reason?? Thanks, Priya _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Nov 01
2
Function to save results
Hi,I want the results to be saved automatically in a output text file after the script has finished running. I used the sink function in the following example, but the results file (output.txt) was empty. net <- loadNetwork("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//regulationof_dopamine_signaling_submodule3.txt")# First I loaded theinput file for which I want to identify attractors attr <- sink("C://Users//Priya//Desktop//Attractor analysis_all genes//synaptogenesis//output.txt")# used...
2009 Jul 01
5
Xen time drift issues
Hello everyone! I been observing some peculiar time drift on my Xen domains (dom0 and domUs). The time (as returned by timeofday) on my domains drifts at an almost steady rate from the real time ( as read from the time stamp counter ). The drift is so constant that it makes me think there should be some simple explanation for it in the way Xen keeps time. Some info about my set up: guest OS:
2009 Apr 17
4
unable to find any probes from the nfs provider
...description". Is there a way to enable nfs provider probes? My system is running snv_112 (bfu''ed from the gate archive) # dtrace -lP nfs* ID PROVIDER MODULE FUNCTION NAME dtrace: failed to match nfs*:::: No probe matches description thanks Priya
2009 Apr 29
0
COMSTAR iscsi DTrace Probes -
The earlier post with the Dtrace probes definition (sent on April 23) was only to solicit feedback from all prospective users of iSCSI DTrace probes. I will follow up shortly with an updated document requesting approval from the community. thanks Priya -------- Original Message -------- Subject: Dtrace provider for the COMSTAR iscsi Target Port Provider - Review Request Date: Thu, 23 Apr 2009 14:43:38 -0400 From: Priya Krishnan <Priya.Krishnan at sun.com> Reply-To: Priya.Krishnan at sun.com To: dtrace-discuss at opensolaris.org Th...
2010 Aug 31
30
Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server - 64 Bits - With OpenGL (Intel GEM) enabled - From Linuxcon Brazil! :-D
Guys! Tomorrow in my "live" presentation at Linuxcon Xen Directions! I''ll show the Xen Live CD to the public! To celebrate! I want to share my last procedure to get and run Xen 4.0.1 on Ubuntu 10.04 64 bits, here we go: The procedure: 1- Install all the packages: aptitude update aptitude install bridge-utils build-essential libncurses5-dev dpkg-dev debhelper
2011 Oct 11
2
ROR Development Assignments at Pune
...t:3000/albums ... I have used the above command for testing upload photos. But am getting error which I don''t know how o handle. Can anyone help? Btw, I also need few teammates to handle development & bug fixing for few local assignments on ROR at Pune. Anyone interested ? Thanks, Priya priya(dot)positions(at)gmail(dot)com -- 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 To unsubscribe from this group, send ema...
2012 Sep 12
8
Round off method in 1.8.7
Hi all i am trying to use round method if have a value 2.08 i want it as 2.1 and it worked in 1.9.2 but not in 1.8.7 is there any other way of doing it. USING 1.9.2 1.9.2p320 :001 > 2.08.round(1) => 2.1 1.9.2p320 :002 > 2.04.round(1) => 2.0 USING 1.8.7 irb(main):001:0> 2.08.round => 2 irb(main):002:0> 2.08.round(1) ArgumentError: wrong number of arguments (1 for
2012 Sep 11
10
wickedpdf
Hi all i''m trying to generate pdf and i got this error Location of wkhtmltopdf unknown and i also get Bad wkhtmltopdf''s path gpa/vendor/plugins/wicked_pdf/lib/wicked_pdf.rb:26:in `initialize'' /EDWARD/_gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:53:in `new'' /EDWARD/gpa/vendor/plugins/wicked_pdf/lib/pdf_helper.rb:53:in `make_pdf''
2008 Feb 12
1
measuring sleep time in synchronization objects
...sem_wait() ultimately leads to cv_block:sleep, was I wrong in expecting to see pr_stype = SOBJ_USER in the output? Can someone please explain what is going on? In case this is not the correct forum for such questions, please direct me to a suitable forum. Thank you for your time. Regards, Priya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20080212/f08ae2e2/attachment.html>
2009 Apr 23
1
Dtrace provider for the COMSTAR iscsi Target Port Provider - Review Request
The iscsit_dtrace_draftv5.txt describes the Dtrace probes definition for the COMSTAR iSCSI target port provider. For all those interested in iSCSI, please take a look and send me your feedback/questions/suggestions etc by Thursday, April 20, 2009 thanks Priya -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: iscsit_dtrace_draftv5.txt URL: <http://mail.opensolaris.org/pipermail/dtrace-discuss/attachments/20090423/93c9bd16/attachment.txt>
2012 Mar 21
1
How to do 2SLS in R
...ovided over there is summary(tsls(Q ~ P + D, ~ D + F + A, data=Kmenta)) # demand equation But I still do not have clear idea how to write 2SLS command in R wrt to the example l have mentioned .Can you help me providing the syntax wrt to model which l have mentioned? Regards, Priya Saha [[alternative HTML version deleted]]
2009 Feb 28
2
Xen and CUDA Virtualization
...ualizing CUDA on Xen, I will have to prepare a back-end (for Dom 0) and front-end (for Dom U) drivers for CUDA. Is this right? Also, from where can we get the source code of latest nVidia Driver - I could only locate their pkg.run file, which install the driver to the machine. Thanks and Regards, Priya. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel