Learn R Programming

uGMAR (version 3.2.4)

add_dfs: Add random dfs to a vector

Description

add_dfs adds random degrees of freedom parameters to a vector.

Usage

add_dfs(x, how_many)

Arguments

x

a vector to add the dfs to

how_many

how many dfs?

Value

Returns c(x, dfs) with how_many dfs-elements.

Details

Read the source code for details.