I need to change a data frame from read-only to read-write. Doing this through the GUI will not do it in my case - it has to be done through code. Any ideas how to do this? I tried simple things such
While the original question did not find an answer, the problem was solved by checking for columns of class 'named' and changing them to numeric. This ensures that the data frame will be writeable. N
Thank you all for your suggestions (listed below). First off, the problem with creating the read-only frame was an unexpected "named" class for one of the columns of my data frame, as I noted before.
I have recently voiced some concerns to Insightful about the new licensing agreement that a user explicitly agrees to when (s)he installs the software. I am a long-time user of the product who has of
(with a cc to the community) May still be part of the software - I would not know since I would not sign the new agreement to be able to test it. Nevertheless, the contract language may prohibit suc
I requested this information from your company in writing with the specific request that I get your Legal Department's view on this. What I got (with considerable delay) was verbal information from
The old(er) "ts" function in SPLUS has some advantages over new functions. The main advantage I find - and still use it for this - is the formating: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 19
Ernst Linder's suggestion was simple and worked well. <elinder@cisunix.| Hi: It's very simple. Just use the matrix command. (note that rows and columns need to be interchanged) You will need to assig
I am not sure if there is a solution to the following question: I have a vector of monthly values, e.g. val.mo <- c( 1.4059,1.4134,1.4254, 1.4274, 1.3944, 1.3674, 1.3479, 1.3464, 1.3754, 1.4104, 1.44
Insightful's answer on the multiple numbers in dataframes is below: Dear Yannis Tzamouranis, Jonathan Dakin, and Lorenzo Vilizzi, A problem has been identified in S-PLUS 2000, 6.0 and 6.1 as the resu
Thanks to Mark Grant and Krista from Insightful for the response on how to do a cycle plot as described in Cleveland's book. Krista pointed out that the usual list of libraries contains Cleveland's c