Hello everyone,
Is there any way to use pcarrowi command dynamically? I'm trying to find a way to insert arrows into several plots to indicate the changes in the values of some variables across time. For example, I'd like to draw an arrow between the predicted values for group 1 and group 2, pre and post trial, in the graph below (not quite in a finalized format, but just an example for the moment)
. Array
I have the values of the predicted values via matrix r(b), but these values do not seem to be compatible with addplot command. For example, if I were to insert either addplot(pcarrowi 0 k[1,1] 0 k[1,2]) or addplot(pcarrowi 0 scalar(a) 0 scalar(b)) (after defining scalars as suitable values of the matrix), I get error message "invalid point." Is there any way to dynamically use addplot (specifically pcarrowi) with scalars/matrix cells, rather than specific values?
Thank you!
Related Posts with Using pcarrowi dyanmically?
Gravity Model endogeneityHi, I used a gravity model to estimate the effects of Regional Trade Agreement using the PPML …
PPML help!!Hi, I am studying the flows of oranges between countries. How could I use PPML, what is the differen…
PPML R-squared to highHi, I estimated a gravity model with the PPML estimator and fixed effects. However, the R-squared i…
Writing a simple program to calculate ANOVA directly. program anova args n1 m1 s1 n2 m2 s2 n3 m3 s3 scalar k=3 gen xbar=(n1*m1+n2*m2+n3*m3)/(n1+n2+n3) g…
Problem with MergeHi every one, I am trying to merge two data set and the id variable is country, when I merge the dat…
Subscribe to:
Post Comments (Atom)
0 Response to Using pcarrowi dyanmically?
Post a Comment