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.

9 results for “from:jcress410”

Counting unique items in a list of matrices
jcress410 · Oct 7, 2010 · r-help

I may or may not have the most elegant solution to this problem, but if it were me, I would probably put them all in a list and then unique_matrix_list <- unique(list_of_matrix) # number of unique matricies...

How to run own R functions in JRI
jcress410 · Oct 6, 2010 · r-help

Sure, so, all I was saying about gedit is that it handles the R session for me, which is a neat feature but not mandatory to get the expected result, there's an rprofile.site file which describes your (user...

R optimization and curve()?
jcress410 · Oct 12, 2010 · r-help

I'm trying to figure out how to plot basic utility maximization results with R, Ideally I'd like to plot the value of u through x1,x2 space, so you can graph income / substitution effects easily... also, it'd...

on error execute:
jcress410 · Sep 8, 2010 · r-help

So, i've been writing code in R interfacing with mysql, its been fun and the documentation has been useful, learning quite a bit. the only annoying thing i've been encountering is while coding/debugging, my session gets clogged...

R optimization and curve()?
jcress410 · Oct 12, 2010 · r-help

Ray Brownrigg-2 wrote: > > > I don't see any question here. > > However you must RTFM. > You're awful at the internet. People get intimidated about posting questions to lists because of threads like this. Most of the time when you...

rpart usersplits
jcress410 · Jan 30, 2012 · r-help

I'm inspecting tests/usersplits.R in rpart, trying to get my head around how to pass data to the split function. I'm trying to instantiate a number of goodness measures which compare treatment vs control within splits. A...

How to run own R functions in JRI
jcress410 · Oct 6, 2010 · r-help

I think the basic answer here is "package it", which I did a couple of times but found inconvenient if I was going to change the function fairly often, i've taken a different tact, just including custom functions when...

How to run own R functions in JRI
jcress410 · Oct 7, 2010 · r-help

I guess the best answer to your question depends on the specifics of the implementation, but, i think if I were in your situation and I wanted to be able to call a function "foo" found in file "foo.R...

multiple record types from a single file efficiently?
jcress410 · Oct 6, 2010 · r-help

The current population survey march supplements contain records on households, families and individuals, each with distinct record types all in the same file. I'm trying to efficiently read these files, the following function reads the data file "indata", the...

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