search for: dispaly

Displaying 20 results from an estimated 26 matches for "dispaly".

2012 Oct 24
3
Results not dispalying in R console
Hi I'm not getting any results in R console when i run commands. I reinstalled R but the results are same ----- Thanks in Advance Arun -- View this message in context: http://r.789695.n4.nabble.com/Results-not-dispalying-in-R-console-tp4647271.html Sent from the R help mailing list archive at Nabble.com.
2012 Apr 29
1
r2 and p value dispaly in table
Hello R User, I was trying to display r.squared and p value in table from regression, but I could not display these parameters in the table (matrix) for example individual <- c(1,1,6,8,8,9,9,9,12,12) day <- c(4,17,12,12,17,3,9,22,13,20) condition <- c(0.72, 0.72, 0.67, 0.73, 0.76, 0.65, 0.68, 0.78, 0.73, 0.71) test <- data.frame(individual, day, condition) ind.id <-
2017 Aug 05
3
Error in setwd("dir") :
...through forums but nothing seemed relevant to my issue. What bugs me the most is the ("dir") that the error shows, is of those who wrote the source code and not mine(it still sees the directory of their computer, even though, I have changed all the directories). When I write getwd(), it dispalys my "dir". Does anyone have any ideas on what's going on here? Thank you -- Greg Lyukshin [[alternative HTML version deleted]] [[alternative HTML version deleted]]
2005 Oct 05
2
R and Java
I am a grad student and am working on a project where i need to integrate java and R. I have a front end in java and i need to call R functions and be able to dispaly the plots and graphs produced by R on my java front end. I came across some tools like SJava and rserve...but am not sure which best suits my application. Your suggestion will be really helpful. Thanks, vasu. [[alternative HTML version deleted]]
2013 Aug 23
1
How to view the source of code?
Hi all R mailing listers: I am using the coda package. I tried to view the source of HPDinterval code by typing fix(HPDinterval), it dispalys as follows: function (obj, prob = 0.95, ...) UseMethod("HPDinterval") Then I search the answers about this case (see below), it still failed. Thank you in advance! David > getAnywhere('HPDinterval')2 differing objects matching ‘HPDinterval’ were found in the following pla...
2013 Nov 06
2
how to display dovecot.index.cache
hello dovecot at dovecot.org: I want to see the contents of dovecot.index.cache . Is there any command can make it become visible character displayed ? the command idxview can displayed doveoct.index and logview can dispalyed dovecot.index.log but it seems no command to displays dovecot.index.cache for us. thanks amandy
2003 Mar 05
8
How to draw several plots in one figure?
Hey, I want to draw several plots sequently, but have to make them dispaly in one figure. So how to achieve this? Thanks. Fred
2012 Mar 28
3
Connect lines in a dot plot on a subject-by-subject basis
...]=c( NA,NA,NA,NA, NA, NA, NA, NA, NA, NA) mydata[6,]=c( 1, 3, 7, 19, 35, 42, 60, 86, 56, 39) mydata[7,]=c( 1, NA,NA,NA, NA, 57, NA, NA, NA, NA) mydata[8,]=c( 1, 3, 10,17, 25, 71, 55, 57, 62, 47) mydata[9,]=c( 1, NA,NA,NA, NA, 79, NA, NA, NA, NA) mydata[10,]=c( 1,3, 9, NA, NA, 60, 64, 68, NA, NA) # Dispaly data. mydata # Plot data. plot(mydata[,1:5],mydata[,6:10]) # Attempt to connect points for each subject with lines. lines(mydata[,1:5],mydata[,6:10],type="b") John David Sorkin M.D., Ph.D. Chief, Biostatistics and Informatics University of Maryland School of Medicine Division of Geronto...
2008 Jan 08
1
cursor position on image
...this appears to work only on plots, not images. > a <- Image((0:(w^2))/w^2, c(w,w)) > if ( interactive() ) display(a) > locator(n = 10, type = "p") Error in locator(n = 10, type = "p") : plot.new has not been called yet Is there a similar function that works with dispalyed images ? Thanks, Peter ---------------------------------------------------- Peter Hietz Institute of Botany University of Natural Resources and Applied Life Sciences Gregor Mendel-Str.33 1180 Vienna, Austria tel: +43-1-47654-3154 fax: +43-1-47654-3180 email: peter.hietz at boku.ac.at
2011 Aug 31
1
Error in setwd(dir) : cannot change working directory
...through forums but nothing seemed relevant to my issue. What bugs me the most is the ("dir") that the error shows, is of those who wrote the source code and not mine(it still sees the directory of their computer, even though, I have changed all the directories). When I write getwd(), it dispalys my "dir". Does anyone have any ideas on what's going on here? Thank you -- Greg Lyukshin [[alternative HTML version deleted]]
2013 Oct 25
1
problem in installation
as i was trying to install in my laptop , it was stuck will an problem, the graphics was not seen on the display, means display goes black, when i look into display closely negative images were seen, thought might be a problem in dispaly drivers , but other OS are installed properlly and working good, except centos.kindly give me a solution. am using a DELL Inspiron 14 inch pc with 2 gb ram, core i3 processor haing windows 7 and ubuntu on my pc -- Regards sam suresh.J
2019 Apr 23
5
StringRef Iterator Variable Display
Hello, I want to display the variable names in stringref iterator. But it is not displayed using following code. for (set<StringRef>::iterator sit = L.begin(); sit != L.end(); sit++) { errs() << *sit << " "; } How to do this? Please help.. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Aug 17
1
Display the character variables in a dataset in R
Hi everyone, After reading the external file into R it will become a R dataset. Now my querry is i want to dispaly only character variables from that dataset. please help me in this aspect. if possible send me the code. it will be very helpful for us. Thank you in Advance. -- View this message in context: http://www.nabble.com/Display-the-character-variables-in-a-dataset-in-R-tp25002163p25002163.html Sent fr...
2010 Jul 27
4
Running WINE on VPS
Hello Id like to know how to setup up WINE on my VPS step by step? OS : Ubuntu 10.04 32BIT sudo apt-get update sudo apt-get install xorg sudo apt-get install wine winecfg - then message pops out - Make sure that your X server is running and that $DISPLAY is set correctly. lil help plz?
2010 Feb 03
4
customizing validation msg
Hi, i am using the default validation of RoR how i will customize them i dont want to display the default message but i want to print the message i want like for city_id the default message is "City can''t be blank" i want this message as "Please enter city" Regards -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Oct 03
1
Help with panel.text in Lattice - Putting labels for co-oridnates in a plot
Hi, I am trying to create a Lattice dotplot that has the following data graphed. I need to put labels for each of the co-oridnates on the plot. I have managed to get only one label dispalyed as I don't completely understand the "panel.text" function. Can someone please help me? # Sub Reason is a text field that I need to see the volumes for (Vols) dotplot(DU_Summary_plotdata$SubReason ~ DU_Summary_plotdata$Vols ,horiz=TRUE,main="Top Sub-Reasons - Volumes (90% of...
2006 Nov 24
4
[OT] I Finally Got an Atom Feed
Hi folks, I took a break from Mongrel today and instead whipped up an Atom feed generator for my site. People who love or utterly hate my essays will lover or utterly hate to subscribe to it. http://www.zedshaw.com/feed.atom Let me know if it isn''t working well in your favorite feed reader. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/
2008 Nov 27
1
Errors while running application
I have installed wine 1.1.7 through source code .My distro is ubuntu hardy i686 when i run my application it dispalys following errors. 002d:Ret PE DLL (proc=0x7ee9bf40,module=0x7ee10000 L"KERNEL32.dll",reason=THREAD_ATTACH,res=(nil)) retval=1 002d:Call PE DLL (proc=0x7ec72450,module=0x7ec30000 L"rpcrt4.dll",reason=THREAD_ATTACH,res=(nil)) 002d:Ret PE DLL (proc=0x7ec72450,module=0x7ec30000...
2004 Nov 20
1
[Bug 955] ssh -h " Displayed as illegal options " in SSH 3.9
...ersion: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: ashok at visolve.com In Openssh 3.9 We have Option -h ( Basic help ) dispalyed in the SSH Usage as well as SSH man page But when we try this as "ssh -h" , we are get Message as "ssh: illegal option -- h" log given below # ssh -h ssh: illegal option -- h usage: ssh [-1246AaCfghkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec] [-D port] [...
2010 Nov 02
0
Need testing: chan_unistim improvements
...tching between speekerphone and handset or hanging up - 0017327 <https://issues.asterisk.org/view.php?id=17327> Multiple crashes when using phone - 0016867 <https://issues.asterisk.org/view.php?id=16867> Fixed playing dialtone in some scenarious when conversation already started - Fixed dispalying on-screen information when using Redial softkey (DN number and timer displayed). - Not sending short ring in case of call forward enabled on phone -- Regards, Igor Goncharovsky Blog: http://igorg.ru -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.di...