Search for tag: "function"

Functions in R - Part 3 (Scope).mp4

An important concept when using functions in R is scope. Objects assigned in a function are local to the function and their assignment and manipulation does not affect objects from the broader…

From  Daniel Hall 78 plays 0  

Functions in R - Part 1.mp4

In this video we introduce functions in R and how to write them. We begin with functions of a single argument, using a truncation function as an example. Then we proceed to illustrate how to return…

From  Daniel Hall 98 plays 0  

The Output Statement - Part 4 (FEV Example, Revisited)

In this video we return to the FEV Example and show how the OUTPUT statement, in conjunction with a Sum statement, can be used to compute and store posttest-pretest differences even when the posttest…

From  Daniel Hall 186 plays 0  

More on PROC MEANS-The FEV Example

A common use of PROC MEANS is to produce statistics for each by group and write those results to an output dataset so that they can be analyzed further. This video considers an example of this sort…

From  Daniel Hall 169 plays 0