Learn R Programming

mrgsolve (version 0.8.9)

mrgsims_dplyr: Methods for handling output with dplyr verbs.

Description

Methods for handling output with dplyr verbs.

Usage

# S3 method for mrgsims
as.tbl(x, ...)

# S3 method for mrgsims filter_(.data, ..., .dots)

# S3 method for mrgsims group_by_(.data, ..., .dots, add = FALSE)

# S3 method for mrgsims distinct_(.data, ..., .dots, .keep_all = FALSE)

# S3 method for mrgsims mutate_(.data, ..., .dots)

summarise.each(.data, funs, ...)

# S3 method for mrgsims summarise_(.data, ..., .dots)

# S3 method for mrgsims do_(.data, ..., .dots)

# S3 method for mrgsims select_(.data, ..., .dots)

# S3 method for mrgsims slice_(.data, ...)

# S3 method for mrgsims as_data_frame(.data_, ...)

Arguments

x

mrgsims object

...

passed to other methods

.data

passed to various dplyr functions

.dots

passed to various dplyr functions

add

passed to dplyr::group_by_

.keep_all

passed to dplyr::distinct_

funs

passed to dplyr::summarise_each

.data_

mrgsims object