View source: R/print.snqProfitEst.R
| print.snqProfitEst | R Documentation | 
This function prints a summary estimation results of a symmetric normalized quadraric (SNQ) profit function.
## S3 method for class 'snqProfitEst' print( x, ... )
| x | an object of class  | 
| ... | arguments passed to  | 
Arne Henningsen
snqProfitEst
## Not run: library( systemfit )
if( requireNamespace( 'micEcon', quietly = TRUE ) ) {
   data( germanFarms, package = "micEcon" )
   germanFarms$qOutput   <- germanFarms$vOutput / germanFarms$pOutput
   germanFarms$qVarInput <- -germanFarms$vVarInput / germanFarms$pVarInput
   germanFarms$qLabor    <- -germanFarms$qLabor
   priceNames <- c( "pOutput", "pVarInput", "pLabor" )
   quantNames <- c( "qOutput", "qVarInput", "qLabor" )
   estResult <- snqProfitEst( priceNames, quantNames, "land", data = germanFarms )
   print( estResult )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.