Description Usage Arguments Value Author(s) See Also Examples
View source: R/is.optimizeParameters.R
is.optimizeParameters
checks if object is of optimizeParameters
class.
1 |
x |
An object. |
is.optimizeParameters
returns a logical scalar;
TRUE
if the object is of the class optimizeParameters
.
Saskia Freytag
1 2 3 4 5 6 | Y<-simulateGEdata(500, 500, 10, 2, 5, g=NULL, Sigma.eps=0.1,
250, 100, intercept=FALSE, check.input=FALSE)
opt<-optimizeParameters(Y, kW.hat=c(1,5,10), nu.hat=c(100,1000),
nc_index=251:500, methods=c("fnorm"), cpus=1, parallel=FALSE)
opt
is.optimizeParameters(opt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.