add_dfs {uGMAR}R Documentation

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?

Details

Read the source code for details.

Value

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


[Package uGMAR version 3.5.0 Index]