similar to: Help

Displaying 20 results from an estimated 400 matches similar to: "Help"

2024 Feb 04
2
Help
Here is the script I used to plot the graph indicating the text I wanted to insert. The line in the script that I have issues with is: text(-8,-8, "R^2= 0.62", r = 0.79, N = 161", cex = 2 R^2= 0.62 is not producing R squared = 0.62. Thanks. Sys.setenv( TZ="GMT" ) dt <- read.table("CLMXAPTY_sim", col.names = c("FDcli", "FDapt"))
2024 Feb 05
1
Help
Hi, the command line with 'text' should be: text(-8,-8, expression(R^2 * " = 0.62, r = 0.79, N = 161"), cex = 2 ) Best, Kimmo su, 2024-02-04 kello 17:16 +0100, Jibrin Alhassan kirjoitti: > Here is the script I used to plot the graph indicating the text I > wanted to > insert. The line in the script that I have issues with is: text(-8,- > 8, > "R^2=?
2024 Feb 04
1
Help
Hi Elo, It gave this error message: CR_plot2.R:14:37: unexpected string constant 13: plot(FDapt,FDcli, pch = 16, cex.lab = 1.6, cex.axis = 1.4, cex.main = 0.8, font.lab = 1.7, font.axis = 1.7, col = "red",main = "Simultaneous Events at CLMX and APTY",ylab="CLMX",xlab="APTY") 14: text(-8,-8, "expression(R^2*"= 0.62"), r = 0.79, N =
2024 Feb 04
1
Help
Thank you Zhao for the code. When I replotted the graph after inserting the code in my script, it gave me this error message without plotting the graph: Warning message: In lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : extra argument ?col? will be disregarded. My regards. *Jibrin Adejoh Alhassan (Ph.D)* Department of Physics and Astronomy, University of Nigeria, Nsukka On Sun,
2024 Feb 04
1
Help
?plotmath expression(R^2==0.62) On 2024/2/4 18:10, Jibrin Alhassan wrote: > I have done a scatter plot in R. I want to insert the coefficient of > determination R^2 = 0.62 as a text in the plot. I have tried to write R^2 > but could not produce R2. I would appreciate it if someone could help me > with the syntax. I have tried: expression(paste("", R^2,"=",
2018 Jan 16
2
Packages couldn't load
Dear All, I have been trying to install Xlsx package in R but i have been getting this error after the installation. Please can anyone help? > any(grepl("xlsx",installed.packages())) [1] TRUE > library("xlsx") Loading required package: rJava Error: package or namespace load failed for ?rJava?: .onLoad failed in loadNamespace() for 'rJava', details: call:
2018 Jan 16
0
Packages couldn't load
You need to make sure that the rJava package is working. Consider using the readxl package instead of xlsx. Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance thierry.onkelinx at
2017 Jun 07
4
domain join RODC failed
Hello, I try to test joining new RODC (samba-tool domain join unn.global RODC -U Administrator -d5) and it's fail with message: Could not find machine account in secrets database: Failed to fetch machine account password for UNN from both secrets.ldb (Could not find entry to match filter: '(&(flatname=UNN)(objectclass=primaryDomain))' base: 'cn=Primary Domains': No
2017 Sep 29
4
samba 4.7.0 replication errors
Hallo, we have 5 ADDCs. All of them did run with sernet-samba 4.6.7. I updated 4 of them to sernet-samba 4.7.0, one after the other, checked replication, everything seemed to be ok. One day later a colleague wanted to delete a lot of users with a powershell-script and since then the replication doesnt work anymore. (Im sure the script is not the problem, but it seemes like it triggered something)
2012 Mar 26
4
reading header in txt file and making histogram
Dear all I am a BEGINNER and have R on my Mac. I saved my excel file as .txt file, I have just one column with first row as the column name. My file when read by R looks like this. After reading the table I try to make a histogram by hist(dbh), it says object dbh not found. What am I doing wrong? thanks dbh 1 11.53 2 16.05 3 7.36 4 16.05 5 8.66 6 12.74 7 22.93 8 7.55 9
2006 Jan 24
1
Hunting for DIDs in Kenya/Nigeria
Don't know if anyone's got experiences on this they'd be able to share... I'm trying to obtain numbers for Kenya/Nigeria, but I'm struggling to find a company selling them. There's one for Nigeria listed on didx.com, but $22/month seems a little steep. Has anyone had any luck getting DIDs for countries in Africa, and are there any companies out there selling them? Thanks
2012 Apr 12
4
help from community
Dear All Greetings, i am admin for ISP two years now, relay emails for more than 300 companies (CentOS/Postfix). Relaying more than 10,000 messages every hours successfully. no one has ever compliant for non delivery. but i cannot relay to this domain. The servers responsible for accepting messages are rejecting. i have given the whole log for experts to monitor. it is something out of control,
2004 Aug 06
2
BUSINESS PROPOSAL
Dear Sir, Compliments, It is my great pleasure to write you this letter on behalf of myself and my colleagues. Your particulars was given to me by a member of the Nigeria Export Promotion Council (NEPC) who with the Federal Delegates to your country during an exhibition. I have decided to seek a confidential cooperation with you in the execution of the deal described hereunder for the benefit
2012 Mar 20
3
error message
Dear all,  Who will bail me out. Iam using R with S-Splancs. Anytime i typed in the syntex, an error will appear eg setwd("C:\\TEMP) >dat <- read.table(cheshire_fmd.cvs",header=TRUE, sep=",") > dat.<-read.table(''chesire_fmd.cvs'',header=TRUE,sep='',) Error: unexpected symbol in "dat.<-read.table(''chesire_fmd.cvs" >
2009 Oct 14
1
Beginning R help?
Hi all, I'm currently working through the "Beginner's Guide to R" (Zurr et al.) and I'm wondering about the first exercise in chapter 3: I imported the data from BirdFluCases.txt and executed the 'names' and 'str' functions as follows: Bird = read.table(file='C:\\rbook\\BirdFluCases2.txt', header=TRUE) names(Bird) [1] "Year"
2006 Aug 17
1
Scroll down
i have a long list of outputs i need to display on a page. I though a scroll down bar would be the best idea. Each output has a letter identifying the topic it belongs to. for example Nigeria Af Af for Africa France Eu and etc. what is the best way for handling this and how would i do that??? -- Posted via http://www.ruby-forum.com/.
2010 Oct 26
5
Mobile Phones and Asterisk
Hi, Is the dev_state can also be used to track a mobile phone's status via SIP? I tried it on several phones(nokia, samsung) but it returns NOANSWER but i can hear a beep beep beep sound indicating that it is currently busy. regards, RYAN ICASIANO
2004 Jan 30
2
determining legal VoIP service
Can anyone recommend who we can consult with that could provide advice on the legality of a proposed VoIP service. Specifically, we would provide VoIP termination in the USA to clients in Spain, Nigeria and Guana. The termination service would connect the VoIP clients to the PSTN through a carrier like MCI, Verizon, etc. The calls placed would connect anywhere in the world via the USA carrier.
2010 Jul 01
5
identifying odd or even number
Hi, I run into problem when writing a syntax, I don't know syntax that will return true or false if an integer is odd or even. Thanks OYEYEMI, Gafar Matanmi Department of Statistics University of Ilorin P.M.B 1515 Ilorin, Kwara State Nigeria Tel: +2348052278655 Tel: +2348068241885 [[alternative HTML version deleted]]
2012 Jun 05
3
Another IP address to block
Yesterday a customer was attacked from the following IP addresses so add them to your blacklist: iptables -A INPUT -s 37.8.119.75 -j DROP iptables -A INPUT -s 37.8.22.240 -j DROP -- Telecomunicaciones Abiertas de M?xico S.A. de C.V. Carlos Ch?vez Prats Director de Tecnolog?a +52-55-91169161 ext 2001 -------------- next part -------------- A non-text attachment was scrubbed... Name: not