Thank you for sharing this video, it's very helpful.
@ItisSoftInfo2 ай бұрын
Glad it was helpful!
@mebratuify6 ай бұрын
How do we increase or decrease the size (height and width) of the graph? Thanks
@parallelworlds20246 ай бұрын
I want to remove horizontal lines between stacked plots shown in your video. How to do that?
@ItisSoftInfo6 ай бұрын
Apologies for the late reply: Step 1: Double click on that horizontal line. Step 2: Go to "Line and Ticks" Tab. Step 3: Uncheck "Show Line and Ticks". Normally, when you click on the horizontal line, the corresponding layer is automatically selected. Ensure you select the correct layer from the lower-left corner after double-clicking the horizontal line (refer to 1:46 of this video).
@brighttooth35927 ай бұрын
Thank you
@ItisSoftInfo7 ай бұрын
You are welcome 😊
@krzysztofmatuszek7 ай бұрын
This solution is dead wrong if you use any other distribution than normal distribution. That is because boxplot() will calculate different values for median and 25/75 percentile than your distibution would produce.
@ItisSoftInfo7 ай бұрын
Thank you for the clarification and valuable insight. We recommend the viewers to use only Normal Distribution at 2:54 due to following reason: "In a normal distribution, the median typically aligns closely with the values of the 25th and 75th percentiles (first and third quartiles) as seen in the Box Plot due to the symmetrical nature of the distribution. However, in other distributions, especially skewed ones, the median may not align perfectly with the 25th and 75th percentiles, as they represent different points in the data's distribution."
@monirulabir24938 ай бұрын
Thank you.very helpful details content. ❤
@ItisSoftInfo8 ай бұрын
We are glad, it was helpful! 😊
@nikhilthakur6989 ай бұрын
How to draw 3d plot pca it show error dll??
@ItisSoftInfo9 ай бұрын
Thanks for your concern. Unfortunately, we are unable to understand your inquiry.
@nikhilthakur6989 ай бұрын
App option not visible on right side corner
@ItisSoftInfo9 ай бұрын
We think you haven't installed app. First you have to install app, then it will be shown on right side corner. Follow the procedure from 0:18 to 0:41, please!
@azer17539 ай бұрын
Hi please, how we do this in cross panel data ,example have 10 countries, and have X,Y,Z variables in the period 2000-2010. Thank you very much
@ItisSoftInfo9 ай бұрын
@@azer1753 Hello! You can do this by arranging your variables such as X, Y, Z in columns and countries in rows as follow: | Country | Variable X | Variable Y | Variable Z | | Country1 | value | value | value | | Country2 | value | value | value | | Country3 | value | value | value | ---------------------------------------------------------------------------- | Country10 | value | value | value | Please do not include data of first column while creating correlation plot. Only use that for variable names. If you still did not understand. Let us know we will make a video for you. Thanks.