Re: [R] Please need help to finalize my code

2020-10-14 Thread PIKAL Petr
Hi I do not want to use kernels, OP wants, God knows for what. Cheers Petr From: Richard O'Keefe Sent: Wednesday, October 14, 2020 1:43 AM To: PIKAL Petr Cc: Ablaye Ngalaba ; r-help@r-project.org Subject: Re: [R] Please need help to finalize my code What do you *mean* "when you w

Re: [R] Please need help to finalize my code

2020-10-13 Thread Richard O'Keefe
that > you are treating R as C or other similar language which is not optimal. > Considering your first 9 lines, it could be changed either to > > CenteringV <- function(X, Ms, n) X-Ms > > or you probably could use functions sweep or scale. > Your other code is beyond my e

Re: [R] Please need help to finalize my code

2020-10-13 Thread PIKAL Petr
uot; "package:datasets" [7] "package:methods" "Autoloads" "package:base" And BTW, keep your posts on R-help, others could give you more relevant answers. Cheers Petr From: Ablaye Ngalaba Sent: Monday, October 12, 2020 7:58 PM

Re: [R] Please need help to finalize my code

2020-10-13 Thread PIKAL Petr
eep or scale. Your other code is beyond my experience, sorry. Cheers Petr > -Original Message- > From: R-help On Behalf Of Ablaye Ngalaba > Sent: Saturday, October 10, 2020 9:24 PM > To: r-help@r-project.org > Subject: [R] Please need help to finalize my code >

[R] Please need help to finalize my code

2020-10-10 Thread Ablaye Ngalaba
Good evening dear administrators, It is with pleasure that I am writing to you to ask for help to finalize my R programming algorithm. Indeed, I attach this note to my code which deals with a case of independence test statistic . My request is to introduce the kernels using the functional data for