Re: [R] Corrected - R 3.0.2 How to Split-Apply-Combine using various Columns

2014-01-25 Thread Jeff Newmiller
Sorry, messed up the second ddply example: dta3 - ddply( dta2, c(slot,classf), function(DF){data.frame( Total=nrow(DF), MeanVelocity= mean( DF$TimeMeanVelocity ) ) } ) --- Jeff Newmiller

Re: [R] Corrected - R 3.0.2 How to Split-Apply-Combine using various Columns

2014-01-25 Thread Jeff Newmiller
But still wrong... needs to be calculated in two steps because the cars are seen in multiple frames. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] Not sure if I have the requirement right.

2014-01-26 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] problem in getVarianceStabilizedData

2014-01-27 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] Controlling font size on code chunk outputs using Knitr

2014-01-30 Thread Jeff Newmiller
This sounds like a classic you need to write a custom CSS file problem... Which is off-topic here, so is homework for you. --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] Automatically naming subsets in a for loop

2014-01-31 Thread Jeff Newmiller
-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead

Re: [R] sapply returning list instead of matrix

2014-01-31 Thread Jeff Newmiller
don't have this problem with ddply. BTW: Gmail is capable of sending plain text... but you might have to read some documentation to find out how. --- Jeff NewmillerThe . . Go Live

Re: [R] Avoid using eval in a neat way

2014-02-01 Thread Jeff Newmiller
provide your code with functions that access data on their own. You don't need to assume so much responsibility as your question assumes you have to. Doctor, my head hurts! Then stop banging it against the wall. --- Jeff Newmiller

Re: [R] meta data on infert data set

2014-02-01 Thread Jeff Newmiller
They appear to be technical terms relevant to fertility. You should probably ask someone with a background in medicine... or Google for these terms in conjunction with the word fertility. --- Jeff Newmiller

Re: [R] Plotting multiple time series with variables having different units

2014-02-02 Thread Jeff Newmiller
-and-ggplot/ [2] http://learnr.wordpress.com/2009/05/18/ggplot2-three-variable-time-series-panel-chart/ --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] datetime and date

2014-02-02 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] Capturing output of a C executable

2014-02-02 Thread Jeff Newmiller
You really need to read the Writing R Extensions document. It warns you against performing I/O from C code linked to R. You probably ought to read the Posting Guide, also, since this question is off topic here --- Jeff

Re: [R] In RStudio/Win7, which directory stores the markdown.css file?

2014-02-03 Thread Jeff Newmiller
, and this is the R-help mailing list. Therefore it seems appropriate for you to ask your question on the RStudio support forum at least until you can reproduce the problem without using RStudio. --- Jeff Newmiller

Re: [R] replacing zeros with above/below numbers ?

2014-02-05 Thread Jeff Newmiller
You seem to be treating zeroes as unknown values. Perhaps you should consider setting them to NA and using the na.approx function from the zoo package. --- Jeff NewmillerThe . . Go

Re: [R] why is as.date function not working for me? (dd/mm/yyyy h:mm)

2014-02-06 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] Split dataframe by year

2014-02-10 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] help

2014-02-11 Thread Jeff Newmiller
More importantly, it is identified as inappropriate in the posting guide, so such message threads are off topic. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.us

Re: [R] svyglm error message

2014-02-11 Thread Jeff Newmiller
should (re)read the Posting Guide mentioned in the footer of this email. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff Newmiller

Re: [R] Urgent Inquiry

2014-02-12 Thread Jeff Newmiller
for that. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO

Re: [R] Java 7.51 broke rJava?

2014-02-12 Thread Jeff Newmiller
Have you investigated the suggestion in the error message yet? Architecture means 32bit vs 64bit... --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] R windows close while calculating frequency

2014-02-14 Thread Jeff Newmiller
to identify the largest you can successfully analyze. You may be able to use a more efficient algorithm or you may have to run your analysis using a machine with more memory or reconfigured process usage limits. --- Jeff Newmiller

Re: [R] What is the effect of how.many in the contrast function

2014-02-14 Thread Jeff Newmiller
http://cran.r-project.org/web/packages/MASS/citation.html --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Regex with criteria from multiple lines

2014-02-14 Thread Jeff Newmiller
). --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer

Re: [R] duplicate couples (time-id) Error in pdim.default(index[[1]], index[[2]]) :

2014-02-14 Thread Jeff Newmiller
Sorry, psychic powers too weak. Suggest you read the Posting Guide for this mailing list. You may also benefit from reading http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example. --- Jeff

Re: [R] RODBC - address 0x407, cause 'memory not mapped'

2014-06-06 Thread Jeff Newmiller
con is probably not a valid ODBC DSN. You need to study how ODBC works independently of R... we cannot tell you what you should be putting there instead. --- Jeff Newmiller

Re: [R] Map insets and par(usr) values

2014-06-09 Thread Jeff Newmiller
on the right. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO

Re: [R] Rscript fails where Rterm works

2014-06-12 Thread Jeff Newmiller
You seem to be using different versions of R for these two trials. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] data format setting

2014-06-13 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] apply switch to a table

2014-06-17 Thread Jeff Newmiller
--- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] How can I avoid the for and If loops in my function?

2014-06-18 Thread Jeff Newmiller
-see format). [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] How to process a log file in R ?

2014-06-20 Thread Jeff Newmiller
You have not said what your problem is, and you have not shown us the code you have tried. How are we supposed to know what you want? --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] Rstudio: is it possible to create a document out of a working script?

2014-06-21 Thread Jeff Newmiller
on and why. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO

Re: [R] local and global variables

2014-06-21 Thread Jeff Newmiller
at this point is that you should avoid using - at all. Instead, return results or lists of results from the functions and assign them to global variables where you call the functions. --- Jeff Newmiller

Re: [R] How to process a log file in R ?

2014-06-23 Thread Jeff Newmiller
to collect all the related to single student . if there is any other way to do this or you have a document or link to parse a log file. and then i want to perform some statistic i am new to R may be there is some mistake in my explanation. On Fri, Jun 20, 2014 at 7:23 PM, Jeff Newmiller jdnew

Re: [R] (no subject)

2014-06-24 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] non-interactive error in .First function

2014-06-24 Thread Jeff Newmiller
]] --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar

Re: [R] c() with POSIXlt objects and their timezone is lost

2014-06-24 Thread Jeff Newmiller
-contained, reproducible code. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live

Re: [R] rfImpute

2014-06-24 Thread Jeff Newmiller
-a-great-r-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live

Re: [R] saving a 'get' object in R

2014-06-25 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries

Re: [R] matlab serial date to r

2014-06-25 Thread Jeff Newmiller
timestamp values in R. You also need to be clear about time zones, but that is true regardless of the software you use. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.us

Re: [R] Simple permutation question

2014-06-25 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] Simple permutation question

2014-06-25 Thread Jeff Newmiller
, lst ) } On Wed, 25 Jun 2014, Jeff Newmiller wrote: The brokenness of your perm.broken function arises from the attempted use of sapply to bind matrices together, which is not something sapply does. perm.fixed - function( x ) { if ( length( x ) == 1 ) return( matrix( x, nrow=1 ) ) lst

Re: [R] Generate data follows space-time clustered inhomogeneous Poisson point process in 3D space

2014-06-27 Thread Jeff Newmiller
be doing quite what you want yet) then we might be in a position discuss how to get from there to where you want to be. --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] merge question

2014-06-29 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries

Re: [R] R Studio Not Working Windows 8.1

2014-06-29 Thread Jeff Newmiller
Wrong forum. RStudio has its own community support forum at their website. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] yet another regular expression

2014-06-30 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] Change database in SQL Server using RODBC

2014-06-30 Thread Jeff Newmiller
on that server using the dot notation mentioned by Peter, and pass all those queries through the same DSN. Something like library(RODBC) con - odbcConnect(SQLServer2012) orders1 - sqlFetch(con,sportsDB.dbo.sports) odbcClose(con) --- Jeff

Re: [R] Help with tables in R

2014-07-03 Thread Jeff Newmiller
. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] Error in file.exists(swf.file) : invalid 'file' argument

2014-07-08 Thread Jeff Newmiller
Code is corrupted. Please post in plain text as the Posting Guide indicates is expected of you. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] R Studio v3.0.3 for Windows 32bits is too slow

2014-07-09 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing

Re: [R] function completing properly

2014-07-09 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] Zeta-squared transformation use R?

2014-07-12 Thread Jeff Newmiller
Have you tried RSiteSearch(zeta squared) ? Someone may recognize this, but it never hurts to communicate where you have already looked. --- Jeff NewmillerThe . . Go Live

Re: [R] lapply returns NULL ?

2014-07-12 Thread Jeff Newmiller
]}) ] --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] Norton Virus program indicates that R3.1.1 is not reliable

2014-07-13 Thread Jeff Newmiller
Have seen it. Had to override Norton and tell it to ignore the threat. Been awhile, don't off the top of my head remember how I did that. --- Jeff NewmillerThe . . Go Live

Re: [R] sqldf problems

2014-07-14 Thread Jeff Newmiller
-a-great-r-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live

Re: [R] two questions - function help and 32vs64 bit sessions

2014-07-14 Thread Jeff Newmiller
/architectures of R that point to the correct one for that project. Then you just start R using that shortcut or script. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.us

Re: [R] Mac OSX Mavericks 10.9.3 Big Problem - New User

2014-07-14 Thread Jeff Newmiller
--- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries

Re: [R] Reading SQL data - all at once, or as needed?

2014-07-15 Thread Jeff Newmiller
columns but it would have to be a lot to change the story). I would go for all five weeks at once, and only break it up if I had problems. --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] Help with Download of a comma separated file in zip format

2014-07-15 Thread Jeff Newmiller
--- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar

Re: [R] request of information about creating DLL from R to be used in other languages/programs

2014-07-15 Thread Jeff Newmiller
Possible, but almost certainly not worth it. R is an interpreted language, and the dll would have to encapsulate the whole shebang. --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] request of information about creating DLL from R to be used in other languages/programs

2014-07-15 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] Mapping from one vector to another

2014-07-17 Thread Jeff Newmiller
commented, minimal, self-contained, reproducible code. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] information

2014-07-17 Thread Jeff Newmiller
and provide commented, minimal, self-contained, reproducible code. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Vector of Numbers Not Output to Screen

2014-07-17 Thread Jeff Newmiller
, reproducible code. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO

Re: [R] Problem in installing package ggplot2

2014-07-18 Thread Jeff Newmiller
/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Weird but interesting behavior of ggplot2 in a loop

2014-07-18 Thread Jeff Newmiller
FAQ 7.16. ... yes, it applies. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Code formatting question - too ugly?

2014-07-22 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries

Re: [R] A question about call()

2014-07-24 Thread Jeff Newmiller
Please read the Posting Guide. There is a no HTML policy and a no homework policy. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] R-3.1.1 - R CMD INSTALL problem

2014-07-24 Thread Jeff Newmiller
You need to rebuild it with an appropriate Depends entry (version of R greater than 3) in the DESCRIPTION file. Further discussion about how to fix packages belongs on the R-devel mailing list. --- Jeff Newmiller

Re: [R] Fwd: Converting Lat Lon data in coordinates in R

2014-07-25 Thread Jeff Newmiller
how it is currently formatted. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] Function assignment

2014-07-26 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] Redefining reference class makes persistent object partly unreadable

2014-07-26 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries

Re: [R] function that join my model these coefficients

2014-07-27 Thread Jeff Newmiller
section. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO

Re: [R] How to modify the body of a function?

2014-07-27 Thread Jeff Newmiller
, and normal control flow leads to the end of the function. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Function assignment

2014-07-28 Thread Jeff Newmiller
. The replace method seems much more suitable if you want to supply an external key in the course of the assignment. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.us

Re: [R] using foumula to calculate a column in dataframe

2014-07-28 Thread Jeff Newmiller
]] Please send your emails in plain text, as the Posting Guide requests. HTML often corrupts what you send to the list. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.us

Re: [R] using foumula to calculate a column in dataframe

2014-07-28 Thread Jeff Newmiller
On Mon, 28 Jul 2014, Jeff Newmiller wrote: On Mon, 28 Jul 2014, Pavneet Arora wrote: Hello All, I need to calculate a column (Vupper) using a formula, but I am not sure how to. It will be easier to explain with an example. Again this is my dataset: dput(nd) structure(list(week = c(1, 2, 3, 4

Re: [R] XLConnect on Linux Mint Maya

2014-07-29 Thread Jeff Newmiller
say how you installed the jdk so that could also be messed up. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Dependency Injection Inversion of Control for Data

2014-07-29 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O

Re: [R] one more knitr question, please

2014-07-30 Thread Jeff Newmiller
In general, I don't thiink so. But are you aware that knitr has its own help forum [1]? [1] https://groups.google.com/forum/m/#!forum/knitr --- Jeff NewmillerThe . . Go Live

Re: [R] is.na() == TRUE for POSIXlt time / date of 2014-03-09 02:00:00

2014-07-30 Thread Jeff Newmiller
Isn't that a timestamp that doesn't exist in standard US timezones? Maybe use a timezone that doesn't consider daylight savings (like Etc/GMT+5)? --- Jeff NewmillerThe . . Go Live

Re: [R] a quick list mode question

2014-07-30 Thread Jeff Newmiller
I don't. Please post code to demonstrate your result when asking a question like this. test - list() mode(test) [1] list --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] Technological/Logistic substitution model.

2014-07-30 Thread Jeff Newmiller
You are repeating yourself. At least post as a reply to your earlier post. Does RSiteSearch(technological logistic) help? --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] Multiple plots and postscripts using split function

2014-07-31 Thread Jeff Newmiller
The range vector is evaluated at the start of the loop, so it is only evaluated once. ind.length would be an unnecessary extra variable. --- Jeff NewmillerThe . . Go Live

Re: [R] Rmixmod Memory Leak

2014-08-01 Thread Jeff Newmiller
Read ?maintainer and the Posting Guide mentioned below. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Combining Rows from One Data Frame, Outputting into Another

2014-08-01 Thread Jeff Newmiller
text next time. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO

Re: [R] How to change print behaviour within a markdown document

2014-08-01 Thread Jeff Newmiller
Use one of the various functions out there that generate markdown or html tables, and set the chunk option results='asis'. Google for kable, xtable, pander, or ascii... there are probably others as well. --- Jeff Newmiller

Re: [R] Rmarkdown Installation error on Shiny server , CentOS 6.4 x64

2014-08-03 Thread Jeff Newmiller
the Posting Guide, which points out that this is a plain text mailing list (HTML is not a what-you-see-is-what-we-see format). --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] object of type 'closure' is not subsettable

2014-08-05 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O

Re: [R] Old g++ in Rtools

2014-08-06 Thread Jeff Newmiller
sending patches to all those maintainers?) --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Installing manual package problem

2014-08-08 Thread Jeff Newmiller
). --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/BatteriesO.O#. #.O#. with /Software

Re: [R] grofit package problem inputting dataset

2014-08-09 Thread Jeff Newmiller
software. I use write.table(foo,data.csv,sep=,,row.names=FALSE) to export csv data. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics

Re: [R] Reading chunks of data from a file more efficiently

2014-08-09 Thread Jeff Newmiller
commented, minimal, self-contained, reproducible code. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go

Re: [R] Best way to merge 300+ .5MB dataframes?

2014-08-10 Thread Jeff Newmiller
using Reduce. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO

Re: [R] Best way to merge 300+ .5MB dataframes?

2014-08-10 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research

Re: [R] script to data clear

2014-08-12 Thread Jeff Newmiller
, specifically regarding posting in plain text. Your code was partially damaged by the HTML email format. [1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff Newmiller

Re: [R] pass vector binding to DBI parameter (rsqlite)

2014-08-12 Thread Jeff Newmiller
, but then you are stuck with that API. It might be appropriate to discuss this on R-sig-db if you have better information than I do. --- Jeff NewmillerThe . . Go Live... DCN:jdnew

Re: [R] opinion - sharing problem data and other stuff.

2014-08-13 Thread Jeff Newmiller
. --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing

Re: [R] Multivariate tobit regression

2014-08-13 Thread Jeff Newmiller
RSiteSearch(tobit) --- Jeff NewmillerThe . . Go Live... DCN:jdnew...@dcn.davis.ca.usBasics: ##.#. ##.#. Live Go... Live: OO

Re: [R] New reshape2 question

2014-08-14 Thread Jeff Newmiller
://sites.google.com/site/batsoundservices/ [1] http://www.r-project.org/doc/Rnews/Rnews_2004-1.pdf starting on page 29 [2] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example --- Jeff Newmiller

<    8   9   10   11   12   13   14   15   16   17   >