Displaying 1 result from an estimated 1 matches for "netassets".
Did you mean:
nassets
2005 Nov 21
1
Cacheing in read.table/ attached data?
...mple,
# Plot has the outlier point in it.
# Edit the file, commenting out the outlier line, save, then...
> SG <- read.table
("c:/Vivek/MFC/Data/SG/combinedSG.tdf",header=TRUE,sep="\t")
> SGm2 <- lm(A3Yr ~ A10Holdings, data=SG)
> circlesPlot(A10Holdings,A3Yr, size=NetAssets)
> abline(coef(SGm2)) # Put the regression line on the plot
> SG <- read.table
("c:/Vivek/MFC/Data/SG/combinedSG.tdf",header=TRUE,sep="\t")
> summary(SG) #Outlier does not show in the summary
> circlesPlot(A10Holdings,A3Yr, size=NetAssets) # ... But Plot still has...