lss_calc {VarReg} | R Documentation |
Calculations for SN
Description
lss_calc
performs calculations for transforming SN data (location, scale and shape) to mean, variance and skew. This function is utilised by other, higher level functions.
Usage
lss_calc(x)
Arguments
x |
Object of class lssVarReg (output from |
Value
dataframe containing:
y
: y variablex
: x variableeta
:\eta
or fitted location estimatesomega
:\omega
or fitted scale estimatesshape
:\alpha
or fitted shape estimatespredicted mean
: fitted mean estimatespredicted variance
: fitted variance estimatesPredicted skewness
: fitted skewness estimatesstand.res2
: Squared standardised residuals
[Package VarReg version 2.0 Index]