Description Usage Arguments See Also Examples
This function tests if a given model has an expected shape by evaluating the slopes (positive, negative or zero).
| 1 | shape_test(bestvalue, model)
 | 
| bestvalue | A list containing information about parameters such as slopes, change-points, and stats such as RMSE. | 
| model | A character string. Model such as '2P', '3PH', '3PC', '4P' or '5P'. | 
link{tTest} and pop_test
| 1 2 3 4 5 | x = matrix(c(1:10))
y = matrix(c(1,2.5,3,4,5,5.5,7,8.3,9,10))
model = '4P'
bestvalue = create_model(x, y, model)
shape_test(bestvalue, model)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.