Displaying 4 results from an estimated 4 matches for "christaan".
Did you mean:
christiaan
2011 Jan 21
5
User input in R program
HI Everybody
Does anyone know of documentation about different ways of obtaining user
input in R. I have used readline() but I wondered is there are sophisticated
packages that does things like validate answers or generate selection
lists.
bets regards
Christaan
[[alternative HTML version deleted]]
2010 Jun 08
2
duplicated() and unique() problems
...The variable PROPDESC is clearly not unique in both cases.
# The totals are the same but not the individual results
> table(Masechaba$unique,Masechaba$duplicate)
FALSE TRUE
FALSE 342 134
TRUE 1832 342
I don't understand this. Is there something I am missing?
Best regards
Christaan
P.S
> sessionInfo()
R version 2.11.1 (2010-05-31)
x86_64-apple-darwin9.8.0
locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] splines stats graphics grDevices utils datasets methods
base
other attached packages:
[1] plyr_0.1.9 maptoo...
2011 Jan 22
0
how to call BayesX in R to see the graph
...mail.gmail.com>
Content-Type: text/plain
HI Everybody
Does anyone know of documentation about different ways of obtaining user
input in R. I have used readline() but I wondered is there are sophisticated
packages that does things like validate answers or generate selection
lists.
bets regards
Christaan
[[alternative HTML version deleted]]
------------------------------
Message: 11
Date: Fri, 21 Jan 2011 18:32:26 +0530
From: "Bogaso Christofer" <bogaso.christofer@gmail.com>
To: <r-help@r-project.org>
Subject: [R] How to look into the asterisked function?
Message-I...
2010 Jun 24
0
Rails3: render_to_string of a .html.erb when request is a json request raises MissingTemplate error
I''ve the following situation (which actually works in Rails 2.3.8 and
this is a result of the migration of our app to rails3):
I have a partial which is rendered a few times (imagine tr''s in a
table). On the clientside there''s a script that does a json request
for a specific row (jQuery + ajax dataType: ''json'' and type: ''POST'')
In