diluted.EPS {FinCal} | R Documentation |
diluted Earnings Per Share
Description
diluted Earnings Per Share
Usage
diluted.EPS(ni, pd, cpd = 0, cdi = 0, tax = 0, w, cps = 0, cds = 0,
iss = 0)
Arguments
ni |
net income |
pd |
preferred dividends |
cpd |
dividends on convertible preferred stock |
cdi |
interest on convertible debt |
tax |
tax rate |
w |
weighted average number of common shares outstanding |
cps |
shares from conversion of convertible preferred stock |
cds |
shares from conversion of convertible debt |
iss |
shares issuable from stock options |
See Also
Examples
diluted.EPS(ni=115600,pd=10000,cdi=42000,tax=0.4,w=200000,cds=60000)
diluted.EPS(ni=115600,pd=10000,cpd=10000,w=200000,cps=40000)
diluted.EPS(ni=115600,pd=10000,w=200000,iss=2500)
diluted.EPS(ni=115600,pd=10000,cpd=10000,cdi=42000,tax=0.4,w=200000,cps=40000,cds=60000,iss=2500)
[Package FinCal version 0.6.3 Index]