Load independent variables

I  have more than one independent variables,

Should I introduce these variables in single or different columns.

example-durbinh coi test

load x[t,n*k] = a.txt; /* t x n*k matrix */ ( for two independent variables two column or one column ?)

1 Answer



0



Do not use the load command to load data.

If you have a CSV or Excel file with variable names you should use the loadd command.

If you have data in a text file without headers, or it is separated by tabs or spaces, then use csvReadM.

These tutorials should help:

  1. Loading variables from a file.
  2. Reading and Writing CSV data with GAUSS.

aptech

1,773

Your Answer

1 Answer

0

Do not use the load command to load data.

If you have a CSV or Excel file with variable names you should use the loadd command.

If you have data in a text file without headers, or it is separated by tabs or spaces, then use csvReadM.

These tutorials should help:

  1. Loading variables from a file.
  2. Reading and Writing CSV data with GAUSS.


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy