gercoupons.blogg.se

Building an r package
Building an r package








building an r package building an r package

The following code was used by Frederick Ho in his first post on longitudinal analysis with multilevel growth models, I’ve just wrapped it in a function to make it reusable with as little effort as possible. In this post we will not go into the nitty-gritty details of how to write functions or what you should and shouldn’t do. Most of the time they are a collection of interconnected functions which stem from a certain area of statistics. The Building Blocks: FunctionsĪs you are probably aware, packages are nothing more than collections of functions.

building an r package

This week we will look at the basic structure of R-Packages – its skeleton if you will. Last week we took some time to set up the prerequisites of building R packages, so if you haven’t done so already, feel free to take a look at Part 0: Setting Up R.










Building an r package