Displaying 4 results from an estimated 4 matches for "billmcn".
Did you mean:
billion
2008 Dec 23
3
How do I reload sessions from a non-default directory in OS X?
...e shell version of R and always change to the
directory containing my saved session before launching, but I prefer to use
the GUI version.
Is there a command to tell R to load a session from a particular location?
How do other people with Macs do this?
--
Bill McNeill
http://staff.washington.edu/billmcn/index.shtml
[[alternative HTML version deleted]]
2008 Dec 10
3
How do I multiply labeled vectors of numbers?
...39;t figure out what those manipulations
would be. Basically I want to use a factor table as a hash table, but I
haven't been able to figure out how to do this, which makes me think I'm not
conceptualizing this is the correct R-ish way.
Thanks.
--
Bill McNeill
http://staff.washington.edu/billmcn/index.shtml
[[alternative HTML version deleted]]
2008 Dec 19
2
How do I generate one vector for every row of a data frame?
...A better implementation of gmm_data() would
generate data points for an arbitrary number of mixture components
(i.e. an arbitrary number of rows in the data frame).
How do I do this? I'm sure it's simple, but I can't figure it out.
Thanks.
--
Bill McNeill
http://staff.washington.edu/billmcn/index.shtml
2008 Dec 11
1
How do I tapply to a data frame with arbitrary column labels?
...ach individual column, e.g.
> tapply(data$falcon, data$class, sum)
birds planes
78 1
But I can't figure out what command will do these sums for the entire
data frame without me having to specify the column names in the
command.
Thanks.
--
Bill McNeill
http://staff.washington.edu/billmcn/index.shtml