Nothing
#' print powerNLSEM objects
#' @param x object of class powerNLSEM
#' @param ... Additional parameters for print
#' @returns \code{powerNLSEM} object
#' @export
#' @exportS3Method
print.powerNLSEM <- function (x, ...)
{
obj <- unclass(x)
print(obj[c("N", "alpha", "beta", "power",
"convergenceRate",
"AveragePerformance", "Performance", "runtime", "call")], ...)
invisible(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.