Description Usage Arguments Value
View source: R/initialize_grid.R
Creates grid of mu and lambda values to optimize estimation equation
1 2 3 4 5 6 7 | initialize_grid(
data,
mu_grid_length = 20,
lambda_grid_length = 20,
mu_tolerance = 20,
lambda_tolerance = 20
)
|
data |
dataset containing the activity profiles |
mu_grid_length |
number describing how long the mu grid should be |
lambda_grid_length |
number describing how long the lambda grid should be |
mu_tolerance |
number describing how fine the different mus should be in the grid |
lambda_tolerance |
number describing how fine the different mus should be in the grid |
a tibble with all of the valid mu-lambda combinations from the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.