Displaying 20 results from an estimated 110 matches similar to: "MCMC tutorials"
2017 Mar 20
2
IO error when writing to disk
Hello,
Here a small improvement for R.
When you use the function write.table, if the disk is full for example, the
function doesn't return an error and the file is written but truncated.
It can be a source of mistakes because you can then copy the output file
and think everything is ok.
How to reproduce
-------------------------
>> write.csv(1:10000000, 'path')
You must have
2010 Mar 27
7
large dataset
Hi I have a question,
as im not able to import a csv file which contains a big dataset(100.000 records) someone knows how many records R can handle without giving problems?
What im facing when i try to import the file is that R generates more than 100.000 records and is very slow...
thanks a lot!!!
2005 Oct 06
0
R for teaching multivariate statistics (Summary)
Greetings all
I promised a summary of the responses that I got to my question:
"Next year I will be teaching a third year course in applied statistics
about 1/3 of which is multivariate statistics. I would be interested in
hearing experiences from those who have taught multivariate statistics
using R. Especially I am interested in the textbook that you used or
recommended."
There
2011 Jan 16
1
grid.table with head of two rows
Hi all,
I try to print a table with the grid.draw(tableGrob(...)) function applied
to an ftable object. The output only give me a table without
colnames either rownames, but with edit.grid() I can add only one of them.
And this is the problem, I have a table with a two rows head, like this:
45 o mas
Entre 25
2013 May 20
1
Inconsistent results from .C()
Hello,
I've run into a problem which is both maddening and rather hard to
replicate, therefore I wondered if someone might know of a plausible
explanation for it. I couldn't find anything in the archives, though
maybe I'm searching for the wrong thing.
I'm calling some C code using .C, and get the vector I'm interested in
back as the 7th location in the returned list.
1999 Oct 27
1
Plotting bug in R (PR#300)
** Symptom:
plot(1:1000,1:1000,xlim=c(10,11),type="l")
makes a plot with lots of (nearly) horizontal lines, not just the intended
one from (10,10) to (11,11). So do lots of similar commands where the xlim
or ylim is much shorter than the range of the data.
** R version:
_
platform i686-unknown-linux
arch i686
os linux
2005 Jan 04
1
R help search and Java(tm)?
I found this great search
source("http://www.statslab.cam.ac.uk/~djw1005/Stats/Interests/search.R")
helpHTML()
Has (or will) this become the standard search method?
Is R 'Free Software'? The dependence on Java seems a bit of a pain for
'freeness'.
Did the above make it into CRAN?
Cheers,
Dan.
1998 Aug 14
0
R-beta: Book "Data Analysis with R" (undergrad. teaching) ??
This was ``accidentally'' only sent to me.
But I think the question (and possibly answers) should be relevant to much
more people!
>> To: maechler at stat.math.ethz.ch
>> Subject: manual
>> From: Pat Altham <P.M.E.Altham at statslab.cam.ac.uk>
>> Date: Thu, 13 Aug 1998 11:34:31 +0100
>>
>> Could you kindly email me (or tell me how to obtain)
2001 Nov 28
2
Problems with rank()
If you enter the following values for x and y:
x: 2.2 3.7 2.1 0.4 2.8 0.3 0.4 1.4 5.4 6.0
y: 6.0 8.1 1.8 1.3 5.2 0.6 1.0 1.9 6.8 6.5
and do rank(abs(y-x)),
you should get two ties, one at 0.3 and one at 0.5.
R, and S-Plus5 by that matter recognise the tie at 0.5 and give
it rank 3.5, but gives one of the two 0.3 values rank 1 and one of
them 2, whereas they should boh be 1.5.
Any suggestions?
when
2005 Mar 29
5
Xen on OpenSSI?
Any thoughts on running Xen on OpenSSI? We have an app we''d like to
cluster but is expressly and completely incompatible with the OSes that
OpenSSI are supported on, but if we can run several Xen domains on a
cluster we can run those OSes and, naturally, that app.
Thoughts?
CD
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2007 Nov 07
0
Tutorials & release timetable
Hi,
I want to try Facebooker again for a new project, after a moderately
painful couple of months with RFacebook. I see there is some activity
on the project, but still can''t find any docs or tutorials or such
anywhere, and was wondering if anyone had located any of those hidden
away somewhere in some dark confine of the internet... It would
probably be quite handy to get some
2007 Feb 06
2
Server Tutorials but written in Spanish
this message is mostly for the spanish speaking people on this list.
To avoid reinventing the wheel, i was doing a google search for centos
based server tutorials but in spanish. I found several things, but not
much.
I am looking for tutorials about:
How to setup postfix with centos, dovecot, creating rpm, apache,bind
I will teach some unix basics to my students (Oh God!) but I'm a lazy
2006 Aug 07
0
Flash (video) tutorials
Hi Everyone
I just started looking at Ruby on Rails over the last few days.
I find that Flash (video) tutorials help me rap my head around new
concepts.
If anyone knows of any (I found a couple looking for more) it would be
very helpful to me.
Thanks
Clark
http://sgetty.ath.cx
--
Posted via http://www.ruby-forum.com/.
2006 May 15
3
Drag and drop tutorials/examples?
Just finished our first proper rails app and I''m trying to add some AJAX
effects for the first time. I''ve got Rails Recipes and the Rails
Cookbook, none of their examples seem to be a good fit with what I''m
trying to achieve. Which is...
I have 2 lists of users. One for assigned users, one for unassigned
users. I want to be able to drag users between the lists to
2006 Apr 11
0
tutorials and tips for ajax effects
i am working on my first rails project. it''s a task manager for my
workplace so users can get on create tasks and assign them to other
users.
they can also add notes to each task they have been assigned to give
updates and whatnot. for the part where the user adds nots, i would like
to keep it on the same page and use scriptaculous or something to have
the comments form slide in
2006 Jan 12
0
re: Good OOP and JS books / tutorials?
>>Can anyone recommend good books, online tutorials, or any other learning
>>materials for Javascript - specifically Object Oriented Programming using
>>JS?
I''ve found the following site is a nice introduction for javascript
newbies who have an OO background:
http://www.multitask.com.au/people/dion/
Of course, the real ugly truths about javascript are a less
2006 Jan 12
0
RE: re: Good OOP and JS books / tutorials?
You could also check out the following tutorials.
I found these pretty helpful.
SitePoint Articles:
http://www.sitepoint.com/print/oriented-programming-1
http://www.sitepoint.com/print/oriented-programming-2
Thank you,
Mandy.
2005 Sep 21
2
Tutorials, Howtos
Are there any tutorials or howtos on scriptaculous or Prototype?
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
2006 Feb 11
2
Good tutorials & more
Hi all - just a quick one - Ive been reading through a lot of these
posts and notice a lot of people looking for resouces ie Tutorials etc,
well I have recently signed up for the new Rubyforums.co.uk which
promises to be a great source of info for us all, they already have some
neat stuff on there which I have used myself and am very happy with so i
just thought it the good thing to do by
2007 Jul 31
0
Free tutorials and Interview Questions.
Check out http://www.techhairball.com for all your technology needs.
Launched just few weeks back and is
already getting hundreds of hits per day.
We also need Tech Web content writers wanted for http://www.techhairball.com.
We will share 80% revenue with you.
We need people in the following areas, knowledge of HTML will be
preferred.
1. Java and related technology - 5 Authors/Web publishers
2.