search for: marketvalue

Displaying 2 results from an estimated 2 matches for "marketvalue".

Did you mean: market_value
2008 Jan 20
2
Newbie question on subsets
Hi... I'm working through the book, A Handbook of Statistical Analyses using R by Everitt, and I'm trying to do the following (p. 19 of his book): boxplot(log(marketvalue)~country, data = subset(Forbes2000, country %in% c("United Kingdom","Germany","India","Turkey")), ylab="log(marketvalue", varwidth=TRUE) This *almost* works, but I'm getting ALL the countries on the x-axi...
2009 Sep 11
0
ipred bagging segfault on 64 bit linux build
...get them. It happens on the last line for the following for all different valies of ns: library(rpart) library(ipred) data("Forbes2000", package="HSAUR") Forbes2000 <- subset(Forbes2000, !is.na(profits)) datasize=length(Forbes2000$profits) f <- rpart(profits ~ assets + marketvalue + sales, data=Forbes2000) fb <- bagging(profits ~ assets + marketvalue + sales, data=Forbes2000) fb <- bagging(profits ~ assets + marketvalue + sales, data=Forbes2000, nbagg=100,coob=TRUE) fb <- bagging(profits ~ assets + marketvalue + sales, data=Forbes2000, n...