msNarrow: Construct a parframe with tightly sampled parameters around...

msNarrowR Documentation

Construct a parframe with tightly sampled parameters around other parameters stored in a parframe

Description

Construct a parframe with tightly sampled parameters around other parameters stored in a parframe

Usage

msNarrow(myparframe, n = 5, sd = 0.2, seed = NULL)

Arguments

myparframe

a parfame

n

how many new rows should be created per row?

sd, seed

going to rnorm in msParframe

Value

a parframe without metanames

Examples

msNarrow(msParframe(c(a = 0, b = 2), n = 2, sd = 3), sd = 0.1)

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.