Does this help you?
http://stackoverflow.com/questions/3971844/access-variable-value-where-the-name-of-variable-is-stored-in-a-string-in-r
On 14-01-18 04:21 PM, ce wrote:
I want access and object , its name is in an variable :
require(xts)
data(sample_matrix)
head(sample_matrix)
Does this help you?
http://stackoverflow.com/questions/3971844/access-variable-value-where-the-name-of-variable-is-stored-in-a-string-in-r
On Sat, 18 Jan 2014, ce wrote:
I want access and object , its name is in an variable :
require(xts)
data(sample_matrix)
head(sample_matrix)
Dear Xavier,
Jeffs answer was to point out two things to you:
1: How to find these functions on your own.
2: These functions are definitely available in R
Good luck,
Marius
On Mon, 6 May 2013, Xavier Prudent wrote:
Dear Jeff,
Thanks for your fast answer,
I could for sure implement the 2-line
Hi all,
I'm doing a 3-way ANOVA like this:
summary(aov(formula('FP ~ (lum * obj * man)3 - Error(vp/(lum * obj *
man)3)'),data=dataf))
But in the output I only get 1- and 2-way effects, like this one:
Error: vp:obj:man
Df Sum Sq Mean Sq F value Pr(>F)
obj:man 1 1.5291e-34 1.5291e-34 5.7011 0.05
Hi all,
I'm doing a 3-way ANOVA like this:
summary(aov(formula('FP ~ (lum * obj * man)^3 - Error(vp/(lum * obj *
man)^3)'),data=dataf))
But in the output I only get 1- and 2-way effects, like this one:
Error: vp:obj:man
Df Sum Sq Mean Sq F value Pr(>F)
obj:man 1 1.5291e-34 1.5291e-34 5.7011
> mylist = c(1,2,3)
> if (any(mylist == 3)) { print(3) }
[1] 3
>
On 08/16/2010 03:06 PM, Hyunchul Kim wrote:
Hi all,
How to convert following simple python script to R
if x in a_list:
print x
OR
simply, how to test if a vector contain a value?
Thank you in advance,
Hyunchul
Hi,
If one wants to see an X GUI from a remote application, there's no other
way than to run an X server locally (the easiest way to do that on
Windows is with Xming IMHO).
So if you don't want an X server locally, you should not use an X GUI. R
can of course also be installed on Windows, in
7 matches
Mail list logo