Dear list,
this seemed to me like a very trivial question, but finally I haven't found
any similar postings with suitable solutions on the net ...
Basically, instead of regressing two simple series of measures 'a' and 'b'
(like b ~ a), I would like to use independent replicate measurements for
eac
Generally, statistics questions are off topic here, although they do
sometimes intersect R programming issues, as perhaps here.
Nevertheless, I believe your post would fit better on the
r-sig-mixed-models list, where repeated measures and other mixed
effects (/variance components) models are discus
Your email is hard to read because you sent html email. Please send plain text.
You will need to say what you mean by "join". It's not a standard term with a
universally agreed upon meaning within R.
If you have 5 data frames, each with 5 rows, and it makes sense that after
joining you should h
Hi!
I am trying to implement the Morris One at a Time (OAT) sensitivity
analysis technique in R using the package 'sensitivity'. The OAT and
similar other techniques in the package requires data frame X (which stores
the design or parameter combinations) to be populated by some function in
the pa
Dear Sir,
I have xlsx data set which I have imported to R studio. Now some of the
variables are defined as numeric but I want define them as factor variable so
that I run classification algorithm in R.
Please to covert the variables.
Thanks and Regards
Abu Afzal
PhD Eco
JNU
India
Try the help files:
?factor
David L Carlson
Department of Anthropology
Texas A&M University
College Station, TX 77843-4352
-Original Message-
From: R-help On Behalf Of Saif Tauheed
Sent: Monday, April 9, 2018 11:29 AM
To: r-help@r-project.org
Sub
Just cast it!
?factor
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Apr 9, 2018 at 9:28 AM, Saif Tauheed wrote:
> Dear Sir,
>
> I have xlsx data set whi
see also ?cut if this is what you mean.
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Mon, Apr 9, 2018 at 9:28 AM, Saif Tauheed wrote:
> Dear Sir,
Or use cut():
> Num <- c(2.2, 2.4, 3.5, 5, 7)
> cut(Num, breaks=c(0,2,4,6), labels=c("Low","Medium","High"))
[1] Medium Medium Medium High
Levels: Low Medium High
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Mon, Apr 9, 2018 at 10:00 AM, Bert Gunter wrote:
> Just cast it!
>
> ?factor
>
Hello,
Though Bert's and David's answers are what you should do, note that some
R functions that need factors will coerce their input variables when
necessary.
Have you tried to run the code you haven't posted without coercing to
factor? It might run...
Hope this helps,
Rui Barradas
On 4/9
i am seriously meet up with you. if you're interested in getting to know me
Then sent me about your details . William Im really serious!
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
Dear list member,
I think that I have detected a strange behavior of the save() command:
> year <- "2000"
> assign(paste0("Var_", year), list(A=10, B=20))
> get(paste0("Var_", year))
$A
[1] 10
$B
[1] 20
# At this point all is ok, I have created a list of name Var_2000
> save(paste0("Var_", ye
Cool William i'm 100 sure you and me we can have a good time together. Just
trust me okey.. Am not an escort ok so plz dont think me like that.
I just need you to prove you are not minor and safe.
My friends also here with me while am writing you. If you can come now you
can ride us both. Just
Have you ever noticed that when you run
x <- 1:5
y <- 2:6
plot( x, y+1 )
you get the expressions you used in your call to plot on the axis labels? `x`
is an expression consisting of a single symbol and y+1 is an expression
consisting of the addition operator and two arguments: the symbol x and
14 matches
Mail list logo