Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

314 results for “from:Mark Knecht”

simple GARCH model
Mark Knecht · Apr 21, 2014 · r-sig-finance

<SNIP> > n <- length(y) <SNIP> Tried running your code here. y is undefined. Fix that for a start. HTH, Mark

Differing rows in two data.frames?
Mark Knecht · Aug 17, 2009 · r-help

Hi, What commands would I look at to compare row-by-row two data frames of the same size and print out any differences between the two? Thanks, Mark

Date code conversion
Mark Knecht · Jul 4, 2009 · r-help

Hi, Is there a function that will convert this sort of date code which looks like "years from 1900 + month_number + day_number" with no spaces? As an example Jan. 3rd 2008 would be written as 1080103. Thanks, Mark

Create a Monday-Friday time series?
Mark Knecht · Jan 6, 2011 · r-sig-finance

On Thu, Jan 6, 2011 at 1:33 PM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: <SNIP> > > That should as.chron, rather than chron, i.e. > > .Holidays <- as.chron(as.Date(holidayNYSE(year = 2010))) > Thanks. - Mark

Quantitative Trading with R: Understanding Mathematical and ...
Mark Knecht · Dec 31, 2014 · r-sig-finance

I wonder if anyone has had a chance to read this book prior to it's availability on Amazon next week? http://www.amazon.com/gp/product/1137354070 It appears to be the author's first book. Cheers, Mark

Order book / mktdata cbind issue (offset?)
Mark Knecht · Oct 6, 2014 · r-sig-finance

On Wed, Oct 1, 2014 at 7:28 AM, Mark Knecht <markknecht at gmail.com> wrote: <SNIP> > > oB = getOrders(portfolio.st, stock.str, status="closed") > > Thanks in advance, > Mark Ah, I now see what's going on. Very cool. Cheers...

"The system cannot find the file specified"
Mark Knecht · Oct 29, 2009 · r-help

On Thu, Oct 29, 2009 at 9:45 AM, Jim Burke <j.burke at earthlink.net> wrote: > I think your are using R 2.10.0. > No, I was using 2.9 and updating to 2.10 solved it for...

How to properly use a generated test string as a name?
Mark Knecht · Feb 9, 2011 · r-help

Title asks it all. Thanks in advance, Mark a = 1:5 b1 = 2:6 Z = data.frame(a,b1) Z Z$b1 count = 1 MyName = paste("b",count,sep="") MyName Z$MyName N = as.name(MyName) Z$N

getSymbols fails for Yahoo symbols
Mark Knecht · Jan 3, 2014 · r-sig-finance

That's what I'm seeing here also but was afraid to say anything in jinx it. ;-) On Fri, Jan 3, 2014 at 10:07 AM, Paul Gilbert <pgilbert902 at gmail.com> wrote: > It seems that chart.yahoo.com has...

date range when using getSymbols?
Mark Knecht · Feb 11, 2011 · r-sig-finance

Hi, I cannot spot what controls the date range for daily data downloaded from Yahoo. Is that something out of my control & decided by Yahoo or is there a way for me to ask for more data? If it matters...

Technical and Fundamental Analysis
Mark Knecht · Jan 9, 2011 · r-sig-finance

On Sun, Jan 9, 2011 at 11:12 AM, Edgar Vega <vegaderivatives at gmail.com> wrote: > Do you know any document on Fundamental and technical analysis in R? > Can you provide with that type of resource? > Thank You, > > Ed Have...

Keep date, strip time?
Mark Knecht · Feb 8, 2011 · r-help

On Tue, Feb 8, 2011 at 11:30 AM, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: > Try as.Date() with a suitable format (it only knows about internationally > standard formats), e.g. maybe you mean > >> as.Date...

Multi-line comments?
Mark Knecht · Jul 22, 2009 · r-help

Hi, I looked in the language definition and was surprised. Is there really no multi-line/block comment defined in R? I wanted to comment out 20 lines that I'm moving to a function but didn't want to...

Crosses above, crosses below
Mark Knecht · Sep 27, 2013 · r-sig-finance

Only slightly financial. Is there a function somewhere that implements a real crossing check, as in MA1 crosses above MA2 and not just MA1>MA2?. TTR seemed a likely candidate but I haven't found it there. I alsa tried...

ploting time series
Mark Knecht · Nov 24, 2013 · r-sig-finance

On Sun, Nov 24, 2013 at 3:05 PM, fernando <faiube at gmail.com> wrote: > Please, > I am ploting a time series in which the x-axis are dates. > How to use the "segments" in this graph? > Thanks > If you...

QuantMod trading models docs?
Mark Knecht · Oct 10, 2009 · r-sig-finance

Hi, I was wondering if there is any documentation on QuantMod trading models? It looks like this is a goal of the project but I don't see any documentation. Does it work? I have a number of automated systems...

read.csv, header=TRUE but skip the first line
Mark Knecht · Jun 28, 2009 · r-help

On Sun, Jun 28, 2009 at 2:38 PM, Ted Harding<Ted.Harding at manchester.ac.uk> wrote: <SNIP> > More explicitly, it could be written: > > ? ?skip: integer: the number of lines of the data file to skip before > ? ? ? ? ?beginning to...

Test for X=1 fails, test for >0 works, data in text file is 1
Mark Knecht · Jul 7, 2009 · r-help

On Tue, Jul 7, 2009 at 12:17 PM, Henrique Dallazuanna<wwwhsd at gmail.com> wrote: > Try this: > > MyResults.GroupA <- subset(MyResults, PosType == 1) > > <SNIP> Darn those small screen fonts. I never noticed that! Every example I'm looking at...

R version-2.9.1 for Linux
Mark Knecht · Jun 30, 2009 · r-help

On Mon, Jun 29, 2009 at 11:20 PM, utkarshsinghal<utkarsh.singhal at global-analytics.com> wrote: > Hi All, > > I am currently using R version 2.8.1 on linux cent os 4.4 (i386) and > want to upgrade to...

Thanks!
Mark Knecht · Jul 7, 2009 · r-help

Hi all, I just wanted to send a general word of thanks to the list for making my first week using R successful (by my measures) and reasonably pleasurable. (Not a single literal RTFM!) ;-) I appreciate all the help I...

Can't find what you're looking for? Try searching with Google .