Good morning,
I need to create a multiple matrix in R-Statistical like in Matlab as this forme : "C = zeros(3,3,5)" that I obtain 5 matrix with 3*3 their size.
So, how can I create this Matrix "C" in R?
Please help me.
Thanks in advance
What about: C
As Thomas already stated, the object you are trying to create is an "array". You can also use a "list" if you want to.
C
Thank you @Thomas and @Raul...
also, i would to access to an element of this matrix if i can,
i need the element C(2,3) of the third Matrix, Iike in Matlab C(2,3,3)...
Thank's again
To access these elements type
C[[3]][2,3]
Hope this is what you are looking for.
Thank you Very much... your answer work very well @Luca
09 October 2014 9,004 7 View
After run a procedure in R-statistic, I obtain a set of solutions, allows this solutions I have a matrix like this forme: cluster Cluster K-means clustering with 3 clusters of sizes 3, 1,...
05 June 2014 5,158 2 View
I have a problem with programming in R, can anyone can help me to solve this problem f error? "> mv
01 February 2014 7,083 4 View
I want to know what is the difference in the application of integral usual & the choquet integral of a function F? If I have a function F and I integrate this function in an interval, which one is...
31 December 2013 5,840 5 View
Hiiiii everyone! I have an enquiry on statistical analysis. I was looking for many forum and it's still cannot solve my problem. I want to compare means of two groups of data but only with two...
03 March 2021 8,796 3 View
What's the best way to measure growth rates in House sparrow chicks from day 2 to day 10? Since, the growth curve from day 2 to 10 won't be like the "Logistic curve" it might not follow logistic...
03 March 2021 1,401 3 View
Good afternoon, I recently used OmniLog from BIOLOG for my experimentations : I tested the metabolism of different strains on 2 types of plates. I have 16 strains of 3 different groups...
02 March 2021 3,584 1 View
I am wanting to calculate the average trend in maximum annual NDVI in Iceland from 2010-2020 using MODIS MYD13Q1 V6. How would I do this? I have currently inserted the NDVI bands from the MODIS...
02 March 2021 752 2 View
Which is suitable for use with Python? MySQL or SQL Server? What is your suggestion?
01 March 2021 3,422 3 View
I want to make a stacked bar graph with showing each data value as dots. I tried with graph pad prism, version 6, but could not succeed. Does anyone have tried before making such graphs?
01 March 2021 9,383 1 View
I am studying the potential of DCT and FFT coefficients extracted from a signal to classify the different objects that emit the signal. I applied the Shapiro-Wilk to confirm that data was not...
01 March 2021 8,079 2 View
I'm having a problem with my bloxplot with Shannon's and Simpson's indexs. The value of Shannon for my Community 1 indicating higher diversity (in relation of the Community 2), but have lower...
26 February 2021 3,033 9 View
I am trying to make an SEM model in AMOS for my dissertation but having some trouble with getting a good fit. I am looking for relationships between self-efficacy reported on a Likert scale and...
26 February 2021 8,642 4 View
In R-studio, there are many commands of Gumbel package. Arguments are also different. I`m asking about the alpha parameter of the Copula which must be greater than 1. If this is the one used to...
25 February 2021 5,229 3 View