similar to: package for kernel on R

Displaying 20 results from an estimated 100000 matches similar to: "package for kernel on R"

2020 Oct 16
2
Need help in R code of the functional data .
Hello, Please, I want to know how the functional data are defined in programming code R. If possible an illustrative example of code can help me to understand better. Yours sincerely. [[alternative HTML version deleted]]
2020 Oct 14
2
which() vs. just logical selection in df
Hi Dr. Snow, & R-helpers, Thank you for your reply! I hadn't heard of the {microbenchmark} package & was excited to try it! Thank you for the suggestion! I did check the reference source for which() beforehand, which included the statement to remove NAa, and I didn't have any missing values or NAs: sum(is.na(dat$gender2)) sum(is.na(dat$gender)) sum(is.na(dat$y)) [1] 0 [1] 0 [1]
2020 Oct 13
1
help for R code
Good morning dear administrators, Please help me to code this code in R. I use in this file the redescription function ? which by making a scalar product gives a . You can also choose instead of the redescription function ? a kernel k(x,x). Sincerely [[alternative HTML version deleted]]
2020 Oct 29
1
Need help in programming R on functional data
Hello, I need to generate the functional data in R programming but I can't do it. Please, an example of R code that generates the functional data can help me. Thank you and have a nice day [[alternative HTML version deleted]]
2020 Oct 13
1
Please need help to finalize my code
Hm. Google tells me that kernel function is in stats package which comes with base installation and is invoked when you start R. search() [1] ".GlobalEnv" "package:stats" "package:graphics" [4] "package:grDevices" "package:utils" "package:datasets" [7] "package:methods" "Autoloads"
2020 Oct 13
0
Please need help to finalize my code
What do you *mean* "when you want to use the kernels". WHICH kernels? Use to do WHAT? In your browser, visit cran.r-project.org then select "Packages" from the list on the left. Then pick the alphabetic list. Now search for 'kernel'. You will find dozens of matches. On Wed, 14 Oct 2020 at 05:15, PIKAL Petr <petr.pikal at precheza.cz> wrote: > Hm. Google tells
2017 Oct 31
1
SamplingStrata R package
Hi Bert thank you for the reply. Not a coding query as such. Just wanted some pointers towards how to handle strata using the package in my situation, i.e. business type X business size with information for count and financial turnover. many thanks On 31 October 2017 at 14:37, Bert Gunter <bgunter.4567 at gmail.com> wrote: > 1. There is no question here. > > 2. In any case, this
2012 Feb 22
1
Good and modern Kernel Regression package in R with auto-bandwidth?
Hi all, I am looking for a good and modern Kernel Regression package in R, which has the following features: 1) It has cross-validation 2) It can automatically choose the "optimal" bandwidth 3) It doesn't have random effect - i.e. if I run the function at different times on the same data-set, the results should be exactly the same... I am trying "np", but I am seeing:
2012 Feb 08
2
which R package is used for browsing web pages through coding
Perl has Mechanize module which browse web pages through programming(coding),creates queries & retrives data through it which R package support web browsing through programming -- View this message in context: http://r.789695.n4.nabble.com/which-R-package-is-used-for-browsing-web-pages-through-coding-tp4368349p4368349.html Sent from the R help mailing list archive at Nabble.com.
2012 Feb 10
1
which R package is used for browsing web pages through coding
i know RCurl pakage to retrieve web content,it has limited use, i want interactive package like (in perl--->Mechanize, In java--->Watij,Prowser,HTMLunit,HTTPunit, in Ruby---->Watir ,etc) this modules/packages opens appropriate browser,which can create queries,retrieves output, clicks buttons, fill up form automatically,searches keyword in search engine, Downloads many items from
2009 Nov 15
1
Problem building package for R 2.10.0 on Mac OS X
Hi I have submitted a package (rioja) to CRAN. It checks OK for all R versions and OS's except r-release-macosx-ix86 where it fails when checking the examples. Specifically, it fails because R can't find the package vegan which is needed in a function. Here is the snippet from the check results: ### Begin snippet checking examples ... ERROR Running examples in 'rioja-Ex.R'
2011 Mar 10
1
PROC NLMIXED what package equivalent in R?
To account for likely differences between families in naturalization rates, we fitted a generalized linear mixed model, using PROC NLMIXED in SAS10, with the naturalization rate per genus (that is, the number of naturalized species in a genus as a proportion of the total number of introduced species in a genus) as the response variable, a variable coding genera as containing at least one native
2020 Oct 09
1
Aide pour finaliser ce code
Hello. Here is my R code. I used the functional data . Now I need to use the functional data by applying the kernels instead of the xi, yi functions. Bonjour. Voici mon code en R . J'ai utiliser les donn?es fonctionnelles . Maintenant j'ai besoin d'utiliser les donn?es fonctionnelles en appliquant les noyaux ? la place des fontions xi, yi library(MASS)
1998 May 29
0
R-beta: multiv package on CRAN
I've ported F. Murtagh's statlib package "multiv" to R, it can be found in the usual place on CRAN. Contents: bea Bond Energy Algorithm ca Correspondence Analysis supplc Supplementary Columns in Correspondence Analysis supplr Supplementary Rows in Correspondence Analysis flou
1998 May 29
0
R-beta: multiv package on CRAN
I've ported F. Murtagh's statlib package "multiv" to R, it can be found in the usual place on CRAN. Contents: bea Bond Energy Algorithm ca Correspondence Analysis supplc Supplementary Columns in Correspondence Analysis supplr Supplementary Rows in Correspondence Analysis flou
2017 Oct 31
0
SamplingStrata R package
1. There is no question here. 2. In any case, this is not a code writing service, so a question about how to code models without any offering of your own attempts might not be replied to anyway. 3. For what sorts of queries you might expect replies to, please read and follow the posting guide below. Also, if you do post, please post in plaint text, not html, as the latter (especially code) can
2018 May 28
1
help on the R package Softmaxreg
... who can be found by R's ?maintainer function. A web search on "R softmaxreg package" also seemed to bring up relevant info. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, May 28, 2018 at 2:30 AM, Rolf
2017 Oct 31
2
SamplingStrata R package
Hi all I am hoping to use the SamplingStrata R package for a dataset describing a population of businesses wherein I have information on the type of business, as well as, for designated employment number bands, number of employees and business turnover information. So in this context the employment number bands can be described as micro, small, medium and large, i.e. size of business. Hence I
2009 Jul 19
1
R-package question
Dear R-users, Suppose I want to modify and use internal functions of an R-package as my requirement. By any way is it possible to explore the internal coding structure of a package and get a list of internal functions? thanks. -- View this message in context: http://www.nabble.com/R-package-question-tp24554613p24554613.html Sent from the R help mailing list archive at Nabble.com.
2012 Feb 21
1
R package built with Fortran code
Hi R users, I'm trying to build an R package and most of the work have been done in Fortran programming. I looked for help for a while and seems like R can only call Fortran subroutines. Now my fortran code has modules, subroutines and main program. Is there anyway that R can call such fortran programming? Or I should modify the coding and form them into subroutines before let R call them?