GUILayout.Label Help?

I have a simple line of code

GUILayout.Label( "Score = " + score );

How do I adjust the position of the label on the screen?

Here are some functions and explanations for GUILayout.