similar to: Storing and managing custom R functions for re-use

Displaying 20 results from an estimated 8000 matches similar to: "Storing and managing custom R functions for re-use"

2010 Jan 08
2
how to organize a lot of R source files
Hi, I wonder what is a better way to organize a lot of R source files. I have a lot of utility functions written and store them in several source files (e.g util1.R, util2.R,..utilN.R). I also have a master file in which the source command is used to load all the util.R files. When I need to use the utility functions in a new project, I create a new R file (e.g main.R) in which I
2005 Mar 05
1
S-code for piecewise regression
Dear R-helpers, a S-code for piecewise regressions was provided by Toms & Lesperance (2003) Ecology, 84, 2034-2041 (paper can be found on the web).The code is quite complete with different types of transitions around breakpoints and model selection fonctions. It doesn't work directly under R due to some "translation" problems I guess. However I reckon that it would be a
2003 Oct 22
2
modprobe ztdummy failed
Hello- I've been trying to scour both * and linux user group archives for a solution to this particular problem, but I am just plan stuck. I got the latest zaptel sources from cvs, uncommented ztdummy.o in Makefile, ran make; make install then, did depmod -a. All is well up until now. When i do modprobe ztdummy, i get this error: dv@sidetrack:/usr/local/src/zaptel# depmod -a
2004 Apr 13
2
Non-homogeneity of variance - decreasing variance
Hello all, I'm running very simple regression but face a problem of non-homogeneity of variance, but with a decreasing variance with increasing mean...I do not know how to deal with that. this relationship doesn't seem to be strong, but it's my first time to see something like that, and would like to know what to do if one day it becomes stronger. I tested just for fun some
2009 Dec 05
2
Announcing a new R news site: R-bloggers.com
Hello everyone. After some good time of work, I am proud to present: www.r-bloggers.com What is R-Bloggers.com? R-Bloggers.com hopes to serve the R community by presenting (in one place) all the new articles (posts) written (in English) about R in the "R blogosphere". How does R-Bloggers operate? This site aggregates feeds (only with permission!) from participating R blogs. The
2008 Jul 14
8
ROR job opening.
Hi, I have a job opening which is for the newest technology "Ruby on Rails", 15000/- per month for freshers.Not much interviews . Job shall start in a few days.Hurry. Get back to me if in case you are interested. Rest is my responsibility. Revert back if really interested . -- Web.bloggers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org CJ(JON)
2009 Mar 31
3
R Language Bloggers and Web Sites Owners
Dear List, Apologies in advance for non bloggers for the spam on the slightly off topic. This is an invitation to all R language bloggers to help spread the world at a forum where leading authors come?together. Current only 1 R blogger is there- David Smith, from Revolution Computing. There are many from SAS (Jason Burke,Gary Conkins) ,one from SPSS (Jon Peck) and others from SAP,Aster Data
2019 Feb 15
3
Fwd: Running R from terminal in ubuntu 16.04 gives Fatal Error message
I just installed R 3.4.4 and Rstudio on my computer with the OS Ubuntu 16.04. Rstudio detects the Installation of R and works normally. However, trying to run R in the terminal I get this error: *Fatal error: unable to open the base package* I have trying setting the R_HOME using: *export R_HOME=/usr/lib/R* However it did not work. Any idea how to resolve this? Ps. I have used r-bloggers
2010 Sep 09
2
Help request: highlighting R code on WordPress.com blogs
Hello dear R help members (and also Yihui and Romain), There are currently 28 R bloggers (out of the 117 R-bloggers<http://www.r-bloggers.com/>I know of) that are using wordpress.com for publishing their R code (and I suspect this number will increase with time). WordPress.com doesn't support R syntax highlighting, nor can it be embedded from other services (like gist
2012 Feb 10
5
how to plot a nice legend?
i'd like to plot a legend in my diagram. The diagram will be included in a TikZ LaTeX document later. I tried the legend() function, but - it can not find a good place it self where the legend fits and playing around with coordinates and scaling consumes a lot time - standard settings for the text need adjustment (linespacing is quite large and so on) Is there an alternative to
2017 Sep 19
6
KeePassX replacement
-----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of FHDATA Sent: den 18 september 2017 18:10 To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] KeePassX replacement On Mon, 18 Sep 2017, Valeri Galtsev wrote: >> You may have reasons to prefer KeePassX over KeePass 2, though. > > I for one use keepassx. My password database
2018 Jun 01
2
Time-series moving average question
You are right that there are no NAs in the practice data. But there are NAs in the moving average data. To see this, break your work into two separate steps, like this: tnr.ma <- ma(dat3[1:28], order=3) TNR_moving_average <- forecast(tnr.ma, h=8) I think you will find that the warning comes from the second step. Print tnr.ma and you will see some NAs. -Don -- Don MacQueen Lawrence
2017 Jun 24
0
Execute R codes without installing R environment
Hi Daniel, There seems to be a way to package the R interpreter and a program into an executable file. It looks pretty complicated and would only be worth the effort if you _must_ run your script this way and you _can't_ install R. https://www.r-bloggers.com/deploying-desktop-apps-with-r/ Jim On Sat, Jun 24, 2017 at 5:26 AM, xianda deng <dengxianda2007 at hotmail.com> wrote: > Hi,
2008 Feb 20
3
Can Rails and PHP work together?
Hello everyone, I am new to RoR, coming from an ASP.NET background. I''m currently working on a politically-themed social network, and I want to have multiple bloggers who will blog about various topics. My web host offers several PHP-based blogging engines, and I like WordPress, so I am trying to set it up with a subdomain such as blogs.mydomain.com/blog_name. However, I''m
2012 Apr 26
2
Memoize and vectorize a custom function
My goal is simple: calcuate GC content of each sequence in a list of nucleotide sequences. I have figured out how to vectorize, but all my attempts at memoization failed. Can you show me how to properly memoize my function? There is a StackOverflow post on the subject of memoization, but it does not help me: http://stackoverflow.com/questions/7262485/options-for-caching-memoization-hashing-in-r
2017 Jan 20
9
How to handle INT8 data
Hello r users, I have to deal with int8 data with R. AFAIK R does only handle int4 with `as.integer` function [1]. I wonder: 1. what is the better approach to handle int8 ? `as.character` ? `as.numeric` ? 2. is there any plan to handle int8 in the future ? As you might know, int4 is to small to deal with earth population right now. Thanks for you ideas, int8 eg: human_id
2017 Jan 27
4
Suggestion: barplot function
Hello developers folks! First, congratulations for the wonderful work with R. For science, barplots with error bars are very important. We were wondering that is so easy to use the boxplot function: boxplot(Spores~treatment, col=treatment_colors) But there is no such function for barplots with standard deviation or standard error. It becomes a "journey" to plot a simple graph (e.g.
2005 Apr 01
11
I want to blog!
This isn''t Rails or Ruby related, but I just need some advice and thought I''d ask the bright individuals here. I want to start my own blog but I''m not sure where to begin. I don''t want to get a blogger account because I want to have my own domain. Blogger also doesn''t have many features. My hosting service is 1AND1 so it supports php, cgi and mysql.
2017 Jun 23
4
Execute R codes without installing R environment
Hi, I have some issues with running R in our server and hope you would like to help me. My Target: Running R codes without installing R environment in our server. Server OS: windows my attempts: I tried to build the R codes into a Binary package with R studio, but I don't how to execute the binary package(*.zip file). My questions: 1. Is this a correct solution, which builds the R
2005 Apr 07
1
smbldap-tools patch - careful string handling
The issue is that some of the smb.conf parameters have quotes in funny places that need to stay there (particularly the smbldap script "wrappers"). The smbldap tools will issue funny warnings that help to sidetrack finding actual problems... Patch attached. --- smbldap-tools-0.8.8/smbldap_tools.pm.org Mon Apr 4 02:03:34 2005 +++ smbldap-tools-0.8.8/smbldap_tools.pm Thu Apr 7