No articles match
Example 15: Header and Footer Images11 days ago
Create a Report with a Header or Footer Image
Example 16: Grouping11 days ago
Group Border | Break Label | Group Cohesion | Multiple Group Cohesion | Logic of Group Cohesion
Frequently Asked Questions2 months ago
Index | Content | What file formats does reporter support? | What fonts does reporter support? | What styling options are available in the reporter package? | Is there a way to control the page orientation? | Is there a way to control the units of measure? | Can I perform statistics with reporter? | Can I perform grouping with reporter? | Does reporter have a way to sort the report data? | Does reporter have a way to filter the report data? | Does reporter support superscripts and subscripts? | Do I have to include all the columns in my data on the final report? | Is there a way to order the columns on my report? | Is there a way to format a variable? | Is there a way to control page breaks? | Is there a way to control page wraps? | Is there a way to set the width of a table? | Why am I getting an error when using curly braces in my footnotes? | How can I get reporter to break/wrap long words?
Disclaimers3 months ago
Clinical Context | Independantly Written | Not for Big Data
sassy3 months ago
Included Packages | How to Use | Create a Log | Create a Libname | Data Formatting | Perform a Datastep | Generate Statistics | Write a Report | Useful Utilities | Write a Macro | Validation | Next Steps
Program Gallery3 months ago
Papers and Training3 months ago
Papers | Training Videos | R Training
Data Step Operations3 months ago
Example 1: Simple Data Step | Keep, Drop, and Rename | Example 2: Keeping Data Step Variables | The Retain Parameter | Example 3: Drop, Retain, and Rename Parameters | Wildcards | Example 4: Keep Wildcard | By Group Processing | Example 5: By Groups | By Group Processing of Multiple Variables | Example 6: Multiple By Groups | Using Summary Functions | Example 7: Calculate Block | Data Steps with dplyr | Example 8: Data Pipeline | Data Attributes | Example 9: Attributes | Data Step Array | Example 10: Using a Data Step Array | Filtering and Duplicating Rows | Set and Merge Operations | Datastep Performance | Example 11: Increasing Performance
Frequently Asked Questions3 months ago
Index | Content | What is the sassy system? | Why did you write the sassy system? | Does the sassy system require SAS® to be installed? | Do I need a background in SAS® to use the sassy system? | Can't I just install everything individually? | Is the sassy system validated? | Is there any training available for the sassy system??
Frequently Asked Questions4 months ago
Index | Content | Why did you write the procs package? | Are these functions validated? | Why is the output different? | Can you do N-way tables? | Can these procedures create plots? | Does the package support Cochran-Mantel-Haenszel Statistics? | What about PROC COMPARE? | Are there any other statistics procedures coming? | How do I get my statistics into a report? | How do I order my frequencies?
procs4 months ago
Key Functions | How to Use | Frequency Statistics | Summary Statistics | Hypothesis Testing | Other Functions | Next Steps
The Reg Function4 months ago
Create Sample Data | Basic Regression | Statistics Options | Output Dataset Options | Interactive Report Options | By Groups | Multiple Models | Data Shaping | Regression Plots
Data Manipulation Functions4 months ago
Transpose | Default Transpose | Prefix and Suffix | Name Columns From Data | By Groups | Sort | Sort By | Sort Order | Keep | Options | Sorting Non-alphabetically | Sorting Missing Values
The Means Function4 months ago
Create Sample Data | Get Summary Statistics | Selected Variables | Statistics Options | Output Datasets | Grouping | Class | By | Multiple Groups | By and Class | Weight | Where Expression | Data Shaping
Complete Example 14 months ago
Program | Log | Output
Frequently Asked Questions4 months ago
Index | Content | How do I create a libname in R? | Which data formats does the libname function support? | Is there a way to filter the datasets in my libname? | How do I view the variables in my datasets? | How do I export data to another file format? | How do I copy a library? | Can I really do a datastep in R? | Why is the datastep so slow? | Can I do "set" and "merge" operations with the datastep?
The Frequency Function4 months ago
Create Sample Data | Get Frequencies | Control Columns | Cross Tabulation | Cross Tabulation Options | Multiple Tables | Distinct Values | Weighted Frequencies | Where Expression | Statistics Options | Output Datasets | Output Ordering | Data Shaping | Frequency Plots | Default Plots | Customized Plots
Example 1: Demographics4 months ago
Program | Output | Log
Global Options4 months ago
Turn On/Off Interactive Report | Control Sorting Behavior | Log Printing
The TTest Function4 months ago
Create Sample Data | One Sample T-Test | Two Sample T-Test | Paired T-Test | By Groups | Output Datasets | Data Shaping | Plots
Example 14: Page Break5 months ago
Handle Long Tables with Page Break
Example 2: Adverse Events7 months ago
Program | Output | Log
Example 3: Disposition7 months ago
Program | Output | Log
Complete Example 27 months ago
Program | Log | Output
libr7 months ago
Key Functions | How to Use | The libname() Function | Accessing Data | The lib_load() Function | The dictionary() Function | The datastep() Function | Next Steps
defineR7 months ago
How to Use | Create the Define.xml | Function Outputs | Check Report | Next Steps
Complete Example7 months ago
Program | Output | Log
common7 months ago
A generalized NSE quoting function | Sort a data frame | Modify labels on a data frame | An infix concatenation operator | An enhanced equality operator | Getting the current path | An alternate rounding function | File and Directory search | Finding variable names | Copying attributes between data frames | Superscripts and Subscripts | Special Symbols | Repeating spaces | Identify changed values | Source a directory of programs
Complete Example 17 months ago
Program | Output | Log
Complete Example 27 months ago
Program | Output | Log
pkgdiff7 months ago
General Package Information | Stability Assessment | Create a Summary Report | Comparing Package Versions | Listing Package Versions | Anticipating Breakages | Small Set of Packages | Entire Repository | Assessing Entire Repository | Next Steps
macro8 months ago
Macro Concept | An R Macro Language | Macro Statements | Differences Between SAS Macro and R Macro | Available Functionality | SAS to R Macro Language Map | The msource() Function | Parameters | How to Use | Execute From the Console | Execute From a Script | Execute From a Keyboard Shortcut | Example Macro Program | Console Output | Viewer Output | Additional Features | Symbol Table Functions | Example Symtable Function | Debugging | Next Steps
Example 3: Table8 months ago
Generate a Demographics Table | Macro Driver Script | Template Table Program | Template Code Snippets | Generated Code | Result
Macro Language Reference8 months ago
Index | Macro Comments | Syntax | Details | Examples | Macro Variables | Basic Assignment | Quoted Assignment | Unquoted Assignment Errors | Variable Removal | Global Macro Assignment | Nested Assignment | Delayed Resolution | Advanced Assignment | Dynamic Variable Creation | Macro Conditionals | Simple Conditional | Nested Conditionals | Macro Include | Built-in Macro Functions | %sysfunc() | %symexist() | %symput() | %nrstr() | Macro Do Loops | User-Defined Macro Functions | Macro Line Continuation
Frequently Asked Questions8 months ago
Index | Content | Why did you create the macro package? | What capabilities does the macro package provide? | How does the macro package work? | Can I create macro functions and do loops? | Can I nest macro conditionals? | How does %include work? | What is the difference between symput() and %symput()? | Why are the debug line numbers off? | How can I use this package to generate code? | Why should I use this package for code generation?
Example 2: Another Listing8 months ago
Generate a Listing | Macro Driver Script | Template Listing Program | How To Run | Generated Code | Output Report
Debugging8 months ago
How to Debug a Macro | Sample Program | Debug Output | Errors | Error in Macro Syntax | Missing #%end | Extra #%end | Error in Generated Code | Debug to File | Symbolgen Option
Symbol Table Functions8 months ago
How to Use | Template Macro Program | Run #1 | Run #2 | Other Uses
Example 1: Listing8 months ago
Generate a Listing | Macro Driver Script | Template Listing Program | How To Run | Generated Code | Output Report
Global Options8 months ago
Echo Option | Auto Clear Option | Auto Save Option | Clearing Global Options
Installation and Setup8 months ago
Package Install | Addin Menu | Keyboard Shortcuts | Test Interactive Usage
ards8 months ago
ARDS Structure | How to Use ards | Restoring an ARDS Dataset | Next Steps
Example 1: ARDS in Parallel8 months ago
Parallel ARDS Example
Example 2: ARDS in Serial8 months ago
Serial ARDS Example | Reporting from ARDS
Frequently Asked Questions8 months ago
Index | Content | What is the ards package? | Why did you write the ards package? | What is the difference between ards and the cards package?
Example 1: Listing9 months ago
Create a Simple Listing
Example 10: Fonts and Borders9 months ago
Specify Fonts and Borders
Example 11: Figure9 months ago
Create a Report with a Figure
Example 12: Styles9 months ago
Styles and Themes | Custom Style | Themes | View/Modify a Theme | Theme Gallery | Cell Styles
Example 13: Superscripts, Subscripts, and Symbols9 months ago
Adding Superscripts, Subscripts, and Symbols to a Report | Superscript and Subscript Functions | Symbol Function | Superscripts and Subscripts in Table Cells | Additional Unicode Characters | Output Type Limitations
Example 2: Table9 months ago
Create a Summary Table
Example 3: Table Stub9 months ago
Create a Summary Table with Stub Column
Example 4: Table and Text9 months ago
Intermingle Table and Text
Example 5: Spanning Headers9 months ago
Create a Table with Spanning Headers
Example 6: Page Wrap9 months ago
Handle Wide Tables with Page Wrap
Example 7: Page By9 months ago
Create a Table with a By-Group
Example 8: Title Header9 months ago
Table with a Title Header
Example 9: RTF, PDF, HTML, and DOCX9 months ago
Output to RTF, PDF, HTML, and DOCX
reporter9 months ago
Key Features | How to use reporter | Next Steps
Helper Functions9 months ago
Formatting Helper Functions
Global Options1 years ago
Package Integration1 years ago
Direct Logging | Indirect Logging | Logging Hook | Indirect Logging of Errors and Warnings
Frequently Asked Questions1 years ago
Index | Content | What is pkgdiff? | Do I need internet access to use pkgdiff? | How are you doing the version comparisons? | Do package comparisons have to be between sequential versions? | What counts as a breaking change? | How is the stability score calculated? | Why is pkg_stability() so slow? | Which packages are in the cache? | Where is the cache located? | How can I add a package to the cache? | Can I create a report with pkgdiff? | Can I use pkgdiff with packages that are not on CRAN? | Can I use pkgdiff with Base R packages?
Package Cache1 years ago
Stability Score1 years ago
Breaking Changes | Percentage of Non-Breaking Changes | Weighting Over Time | Other Considerations | Stability Assessment | CRAN Packages Only
Frequently Asked Questions1 years ago
Index | Content | Where is my log? | How come it didn't log anything? | How do I change the name of the log? | How do I add a timestamp to the log name? | How do I log my code? | How do I turn on symbolgen? | How do I log environment variables and their values? | How do I turn off the notes? | How is put() different from log_print()? | What are the "Base Packages" and "Other Packages" lines in the header? | How can I get rid of the blank lines? | How can I get rid of the traceback? | Can I use logr in my own package?
tidylog Integration1 years ago
Autolog Integration | Autolog Example | Autolog Log | Manual Integration | Manual Integration Example | Log
Frequently Asked Questions2 years ago
Index | Content | How do I format a data frame? | How can I add a new, formatted column to my dataframe? | How do I use a format as a lookup? | Where is the documentation for the formatting codes? | How do I assign formats from metadata to my data frame? | How do I assign labels from metadata to my data frame? | How do I assign descriptions from metadata to my data frame? | How do I create a format catalog? | How do I use formats from a format catalog? | How do I assign formats from a catalog to a data frame? | How do I create a format catalog from an Excel spreadsheet? | How do I export my format catalog to a spreadsheet? | Can I create a user-defined format from data? | Can I create an input format? | Can I create a numeric user-defined format? | Is there a way to set up a search path for a format catalog? | Is there a way to read in a format catalog from SAS®? | What happened to the labels() function? | Can I change a User-Defined Format after it has been created?
fmtr2 years ago
Key Functions | How to Use | The fapply() Function | A User-Defined Format | The fdata() Function | The fcat() Function | Next Steps
Additional Features2 years ago
Errors and Warnings | Message File *.msg | Log subdirectory /log
Format and Combine2 years ago
How to use fapply2() | Use with dplyr | Use with datastep | Using Assigned Formats | Format Catalog with datastep() | Use of Other Format Types
Format Catalogs2 years ago
The fcat() function
fetch3 years ago
Key Features | How to use fetch | Additional Features | Apply a Where Expression to a Fetch Operation | Get Top N Rows | Apply a Pattern to a Catalog | Apply a Where Expression to an Entire Catalog | Add Import Specifications to a Catalog | Add Import Specifications to a Fetch | Next Steps
Frequently Asked Questions4 years ago
Index | Content | What is a define.xml? | How do I generate a define.xml for ADaM? | Where can I get a metadata template? | Can I generate a define.xml for SEND? | Can I use my XPT files to generate a metadata file? | Can I use other files to generate a metadata file? | Does the package support define 2.1? | What if I want to use a different XSLT style sheet? | Can it read in an existing define.xml? | Is this the same template as the SAS® toolkit?
Convenience Functions4 years ago
The formats() function | The fattr() function | Other convenience functions
Basic Library Operations4 years ago
Format Apply Function4 years ago
How to use fapply() | What kind of formats are available | Formatting String | Named vectors | User-defined formats | Vectorized functions | A formatting list
More Examples4 years ago
Report Gallery
Disclaimer5 years ago
logr5 years ago
How to use | What to print to the log | What the log looks like | Next Steps
Aliases for log_print()5 years ago
Log Parts5 years ago
Log Header | Log Body | Log Footer | Example
Library Management5 years ago
Format Data Function6 years ago
How to use fdata()