Displaying 1 result from an estimated 1 matches for "totsholderfund".
2007 Sep 27
1
to overcome error while computing sd for each subset of data (PR#9931)
...fill=TRUE)
> dim(a)
[1] 32515 27
> BusinessRisk<-a[,16]/(a[,26]/a[,27])
> a1<-a[,1:3]
> a2<-cbind(a1,BusinessRisk)
> c1<-aggregate(BusinessRisk,list(a2[,1]),mean)
> names(a)
[1] "Co_Code" "Co_Name" "Year" "TotSholderFund"
[5] "TotLiab" "NetBlock" "Investments" "Inventories"
[9] "SundryDebts" "CashandBank" "TotCurrAssets" "CurrLiab"
[13] "TotCurrLiab" "TotAssets" "Ne...