Hi,
I'm starting use R. I always use the IDL and Python, to visualize my plot
data and I use these commands:
IDL
window,xsize=500,ysize=500
Python
plt.figure(figsize=(12,9))
I would like to know if R has a similar command to plot my figure on the
computer screen.
Thanks,
Conrado
[
Hello Christofer,
That’s good information. Thanks for the precision.
Think I can use this now to work on a script:
Based on what you provided:
1. Two distinct sets of coefficients, β¹ and β², each associated with the
logits for:
• P(Y≤1)P(Y ≤ 1)P(Y≤1)
• P(Y≤2)P(Y ≤ 2)P(Y≤2)
2. Separate sum co
2 matches
Mail list logo