[R] using portfolioMarkowitz

2008-09-10 Thread Chiquoine, Ben
Hi,

 

I'm pretty new to R and I'm trying to use the functions
portfolioMarkowitz and portfolioMonteCarlo.  I think that its in the
package fPortfolio but it doesn't seem to work with I install the
package and import the library.  I think this may be because It only
existed in an old version of the package.  I see some old versions
available on cran but I am a windows user and can't figure out how to
install them and have them work.  Any suggestions would be much
appreciated.

 

Thanks,

 

Ben


___
This message and any attached documents contain
information which may be confidential, subject to 
privilege or exempt from disclosure under applicable
law. These materials are solely for the use of the 
intended recipient. If you are not the intended 
recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, 
copying, storage, modification or the taking of any
action in reliance upon this transmission is strictly
prohibited. Delivery of this message to any person
other than the intended recipient shall not
compromise or waive such confidentiality, privilege
or exemption from disclosure as to this 
communication. 

If you have received this communication in error, 
please notify the sender immediately and delete
this message from your system. 

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] RExcel rcom Server Loading The Wrong Version of R

2009-03-27 Thread Chiquoine, Ben
Hi,

 

I'm pretty new to R and VERY new to RExcel.  I've just finished setting
it up and I'm having some problems.  My first Issue is that if I attempt
to use a function like RApply("sum", A1:A4) from within excel it gives
me an error saying "There seems to be no R process connected to the
server" I can then see an R Console open up and I get a message saying R
Server not available.  The weird thing is that the r console that opens
up is R 2.7.1 and I did all of the installation of rcom and rexcel on R
2.7.2.  I've tried uninstalling 2.7.1 but I get an error saying that it
can not find the unistall file.  Is it possilbe that When I installed R
2.7.2 I did something wrong that is causing this problem?  If I start
running R2.7.2 and then open excel and try using Rapply it works
perfectly but I don't want to have to manually start R every time.

 

The second question I have is in regards to using RApply to call R
functions which rely on functions in other libraries.  I've resorted to
creating a function in my excel file which looks something like... 

Cell Function

 

A1   getLibs<-function(){

A2   library(MBESS)

A3   library(corpcor)

A4   }

 

B1   =rproc(A1:A4)

C1   =rApply("getLibs")

 

Is their a better way to go about accomplishing this?  Thanks in advance
for any insights you have either of these quesitons

 

Ben

 


___
This message and any attached documents contain
information which may be confidential, subject to 
privilege or exempt from disclosure under applicable
law. These materials are solely for the use of the 
intended recipient. If you are not the intended 
recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, 
copying, storage, modification or the taking of any
action in reliance upon this transmission is strictly
prohibited. Delivery of this message to any person
other than the intended recipient shall not
compromise or waive such confidentiality, privilege
or exemption from disclosure as to this 
communication. 

If you have received this communication in error, 
please notify the sender immediately and delete
this message from your system. 

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.