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
Hi all, Can anyone provide more explanation about statistical tests. I have obtained a new result in my application, so I need to compare my result with the original result of the Algorithm. Which...
09 October 2014 9,073 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,243 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,153 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,912 5 View
Hi, I have a question about normalizing the MTT OD values for doing the statistical analysis. So, if we have 3 different plates and we call them 3 different replicates, so, first we would...
07 August 2024 8,106 4 View
Are there any statistical methods to justify your sampling technique using SPSS or AMOS?
05 August 2024 9,153 4 View
Hi everyone, If you have written or come across any papers where Generalised Linear Mixed Models are used to examine intervention (e.g., in mental health) efficacy, could you please share the...
04 August 2024 4,130 4 View
Just bounced on me. Before statistically analysing significant difference, shouldn't we see if data fits normal distribution first? Is 3 replicates enough to testify the hypothesis of normal...
31 July 2024 8,141 13 View
Does anyone know of a module for the JAMOVI software that is capable of generating mean separations using the classic letters based on post hoc results (e.g., Tukey test)? If, as I believe, such...
31 July 2024 3,333 4 View
N=6 Comparing pre and post test likert scale responses. Participants are mix of practicing & preservice teachers.
30 July 2024 7,233 4 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,530 0 View
Good morning, I would like to conduct a factor analysis for my work at the municipal level on a panel datae with variables such as income per capita, unmployement rate, percentage employed in a...
25 July 2024 5,104 4 View
I am currently working on a mendelian randomization study, and I have downloaded the datasets needed from the ieu opengwas project (mrcieu.ac.uk) in .vcf format. I do not have access to an R...
19 July 2024 2,342 5 View
Hello everyone, I am currently working on a project where I aim to analyze color preferences in data visualizations across participants from three different countries. The dependent variable in...
19 July 2024 4,178 2 View