Displaying 9 results from an estimated 9 matches for "facilitatedsystems".
2010 Jun 23
2
Analyzing large transition matrix
...?
Any better approaches to try?
I tried table() and prop.table() to see if I could get transition
probabilities as if this were a Markov chain, but dim() comes out 108
78, which is still too big to print or visualize.
Suggestions?
Thanks,
Bill
--
Bill Harris http://makingsense.facilitatedsystems.com/
Facilitated Systems Everett, WA 98208 USA
http://www.facilitatedsystems.com/ phone: +1 425 374-1845
2010 Jul 15
0
R2wd and ESS: printing source?
...2wd and ESS. ESS-mode doesn't let one fill wdBody() calls,
and printing out of Emacs (M-x print-buffer or M-x print-region) doesn't
wrap, so I miss most of the text on printed listings. What do others
do to address that?
Thanks,
Bill
- --
Bill Harris http://makingsense.facilitatedsystems.com/
Facilitated Systems Everett, WA 98208 USA
http://www.facilitatedsystems.com/ phone: +1 425 374-1845
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkw+iasACgkQ3J3HaQTDvd9IHwCfdfowaeo52pgFpbpCS4QGH8uk
EmAAnAt7Jc/rGkbRrvto...
2008 Dec 20
2
Problems installing lme4 on Ubuntu
...: could not find function "display"
`----
Any suggestions on next steps? The best I found in searching was that I
needed to load certain packages in Ubuntu, and I hoped I had done that
when I finally loaded science-statistics.
Thanks,
Bill
- --
Bill Harris http://facilitatedsystems.com/weblog/
Facilitated Systems Everett, WA 98208 USA
http://facilitatedsystems.com/ phone: +1 425 337-5541
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklMRtwACgkQ3J3HaQTDvd+iTwCeNEl4fdSwndRWjg2akgRZ0uZI
4JEAn39tP8td6c+...
2011 Feb 11
2
tzone and DST
I'm reading in ~3 years worth of data that includes hourly timestamps.
Presumably to avoid DST confusion, all the data is in PST time zone -- no
discontinuities in the spring or fall.
The data comes in a csv file, which I'm reading with
myvariable <- read.csv("my_data_file.csv",header=FALSE,
2013 Dec 10
1
Upgrading 2.15.3 to 3.0.x on Debian Squeeze?
...er XP64 on one machine and under XP on another, and both will
get new installations of W7 after the disks are wiped. Is there a neat
way to reinstall all the packages I currently have when I reinstall R
(version 3.0.2 on W7)?
--
Bill Harris
Facilitated Systems
http://makingsense.facilitatedsystems.com/
2017 Nov 18
0
Debian backport on Stretch?
Incidentally, you can see a bit more complete description at
https://unix.stackexchange.com/questions/402560/how-do-i-install-r-on-debian-stretch-given-the-r-api-3-issue
.
On Sat, Nov 18, 2017 at 3:17 PM, Bill Harris <
bill_harris at facilitatedsystems.com> wrote:
> I got a new laptop in September and installed Stretch (I had been using
> Jessie), and I tried to follow the instructions on
> https://cran.r-project.org/bin/linux/debian/, as I had multiple times in
> the past: I added
>
> deb http://cran.wustl.edu/bin/linux/deb...
2017 Nov 18
2
Debian backport on Stretch?
I got a new laptop in September and installed Stretch (I had been using
Jessie), and I tried to follow the instructions on
https://cran.r-project.org/bin/linux/debian/, as I had multiple times in
the past: I added
deb http://cran.wustl.edu/bin/linux/debian stretch-cran34/
to the end of sources.list, I followed the rest of the above directions as
of early September, as best I recall, and I only
2002 Aug 08
1
Lisp-stat and R? [was: Re: Status?]
...g/ and the UCLA site that Google returned both
>~~~seemed offline. What is up with XLISP-STAT these days?
>~~~
>~~~Bill
>~~~--
>~~~Bill Harris 3217 102nd Place SE
>~~~Facilitated Systems Everett, WA 98208 USA
>~~~http://facilitatedsystems.com/ phone: +1 425 337-5541
>~~~
>
>
> Frederic Udina
> ____________________________________________________________________
> <udina@upf.es> Dept. D'Economia i Empresa Universitat Pompeu Fabra
> Ramon Trias Fargas, 25-27 08...
2011 Sep 01
1
Hysteresis modeling and simulation
Can anyone suggest a package or code for modeling a hysteresis process in R?
I'm currently modeling a certain dataset with a GAM using mgcv, something
like
gam(y~ s(x, by=z) + z, family = Gamma(link=log),data=data)
and getting fits with about 9 estimated degrees of freedom in the smooth for
each value of z. FWIW, z is a treatment applied to a system which should
have made an improvement,