Displaying 10 results from an estimated 10 matches for "adejoh".
2024 Feb 05
1
Help
...= 1.7,? col = "red",main = "Simultaneous
> Events
> at CLMX and APTY",ylab="CLMX",xlab="APTY")
> text(-8,-8, "R^2=? 0.62",? r = 0.79, N = 161", cex = 2 )
> abline(lm(FDcli ~ FDapt, col="black"))
> dev.off()
> *Jibrin Adejoh Alhassan (Ph.D)*
> Department of Physics and Astronomy,
> University of Nigeria, Nsukka
>
>
> On Sun, Feb 4, 2024 at 5:03?PM Jibrin Alhassan
> <jibrin.alhassan at unn.edu.ng>
> wrote:
>
> > Hi Elo,
> > It gave this error message:
> > CR_plot2.R:14:...
2024 Feb 04
1
Help
...n =
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 = 161"
^
*Jibrin Adejoh Alhassan (Ph.D)*
Department of Physics and Astronomy,
University of Nigeria, Nsukka
On Sun, Feb 4, 2024 at 4:45?PM Jibrin Alhassan <jibrin.alhassan at unn.edu.ng>
wrote:
> Thank you Zhao for the code. When I replotted the graph after inserting
> the code in my script, it gave me this...
2024 Feb 04
2
Help
....8,
font.lab = 1.7, font.axis = 1.7, col = "red",main = "Simultaneous Events
at CLMX and APTY",ylab="CLMX",xlab="APTY")
text(-8,-8, "R^2= 0.62", r = 0.79, N = 161", cex = 2 )
abline(lm(FDcli ~ FDapt, col="black"))
dev.off()
*Jibrin Adejoh Alhassan (Ph.D)*
Department of Physics and Astronomy,
University of Nigeria, Nsukka
On Sun, Feb 4, 2024 at 5:03?PM Jibrin Alhassan <jibrin.alhassan at unn.edu.ng>
wrote:
> Hi Elo,
> It gave this error message:
> CR_plot2.R:14:37: unexpected string constant
> 13: plot(FDapt,FDcl...
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, Feb 4, 2024 at 3:21?PM Jinsong Zhao <jszhao at yeah.net> wrote:
> ?plotmath
>
> expression(R^2==0.62)
>
> On 2024/2/4 18:10, Jibrin Alhassan wrote:
> > I have done a scatter plo...
2024 Feb 04
3
Help
...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,"=", 0.62)), but
it did not produce R squared, rather it gave me error messages. Thanks.
Jibrin Alhassan
*Jibrin Adejoh Alhassan (Ph.D)*
Department of Physics and Astronomy,
University of Nigeria, Nsukka
[[alternative HTML version deleted]]
2024 Feb 04
1
Help
...o 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,"=", 0.62)), but
> it did not produce R squared, rather it gave me error messages. Thanks.
> Jibrin Alhassan
> *Jibrin Adejoh Alhassan (Ph.D)*
> Department of Physics and Astronomy,
> University of Nigeria, Nsukka
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/...
2024 Jun 15
2
code for year month day hr format
...ric(0)) :
replacement has 0 rows, data has 38735
> print(df2)
Error: object 'df2' not found
> My data is an hourly data but desire to have the date as
year month day hour
2012 08 01 01
2012 08 01 02
2012 08 01 03 etc
Thanks.
*Jibrin Adejoh Alhassan (Ph.D)*
Department of Physics and Astronomy,
University of Nigeria, Nsukka
On Sat, Jun 15, 2024 at 8:34?PM Rui Barradas <ruipbarradas at sapo.pt> wrote:
> ?s 20:00 de 15/06/2024, Jibrin Alhassan escreveu:
> > I have solar-geophysical data e.g as blow:
> > YEAR DOY H...
2024 Jun 15
2
code for year month day hr format
...as shown below
y m d hr imf sws ssn Dst f10.7
2012-08-01 10 3.4 403. 132 -9 154.6
2012-08-01 12 3.7 388. 132 -10 154.6
2012-08-01 15 3.7 383. 132 -10 154.6
2012-08-01 17 3.7 391. 132 -9 154.6
I want to request an R code to accomplish this task. Thanks for your time.
*Jibrin Adejoh Alhassan (Ph.D)*
Department of Physics and Astronomy,
University of Nigeria, Nsukka
[[alternative HTML version deleted]]
2024 Jun 15
1
code for year month day hr format
...imf sws ssn Dst f10.7
> 2012-08-01 10 3.4 403. 132 -9 154.6
> 2012-08-01 12 3.7 388. 132 -10 154.6
> 2012-08-01 15 3.7 383. 132 -10 154.6
> 2012-08-01 17 3.7 391. 132 -9 154.6
> I want to request an R code to accomplish this task. Thanks for your time.
> *Jibrin Adejoh Alhassan (Ph.D)*
> Department of Physics and Astronomy,
> University of Nigeria, Nsukka
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.c...
2024 Jun 16
2
code for year month day hr format
...35
>> print(df2)
> Error: object 'df2' not found
>> My data is an hourly data but desire to have the date as
> year month day hour
> 2012 08 01 01
> 2012 08 01 02
> 2012 08 01 03 etc
> Thanks.
>
> *Jibrin Adejoh Alhassan (Ph.D)*
> Department of Physics and Astronomy,
> University of Nigeria, Nsukka
>
>
> On Sat, Jun 15, 2024 at 8:34?PM Rui Barradas <ruipbarradas at sapo.pt> wrote:
>
>> ?s 20:00 de 15/06/2024, Jibrin Alhassan escreveu:
>>> I have solar-geophysical d...