Reference no: EM132105063
This problem requires SAS software for code. You do not need to do it all. i only need you to show me what my syntax should be for question 3. i keep entering and ran it but it show error or incomplete.
You were hired by "Choice is Yours" investment company to assist investors interested in stock manual funds. A sample of 407 stock mutual included 269 growth funds and 138 value funds as well as information on fund type, risk, market cap, and years of return percentage varible.
a. Import data into SAS.
b. How many variables and observation?
c. Creates anew variable called "average1and3YrReturn%" in which is the average of 1YrReturn% and 3YrReturn%
d. Provide the summary statistics for all continuons variable and frequency of the categorical ones.
Note: I did part 1 and 2 well. But for part 3 im stuck my syntax look inappropriate. here is what i wrote:?
data Retir_new; *new data;
set yveshwk2.Retirementfunds;
avg1and3Yr= (1yr + 3yr)/2;
run;
So when i do that the *new data turns green while the others still in black. "yveshwk2" is the name i gave for this homework. Retirementfunds is the topic of the assignment, and i get error message in red and green meassage say it is incomplete. i should i format this step? was it unnecessary to write all of this?
Simulate a scheduler scheduling a set of jobs
: Let a job be represented as an object. A job needs to store such things as its name, arrival time, and duration.
|
Cutting and sewing process
: Roman Co. manufactures jeans in the cutting and sewing process. Jeans are manufactured in 50-jean batch sizes. The cutting time is 6 minutes per jean
|
If there is a loss should not it be discontinued
: If there is a loss shouldn't it be discontinued? Or would there be reasons not to?
|
What is the loop invariant for the for loop in this code
: Problem A: Given an integer array a[], with size "size", and size>0, the following code gives the index of a largest element in the array.
|
How many variables and observation
: Creates anew variable called "average1and3YrReturn%" in which is the average of 1YrReturn% and 3YrReturn%.
|
Cost of goods manufactured and cost of goods sold
: The company's cost of raw materials used, cost of goods manufactured and cost of goods sold is ?
|
Compute the break-even point in units and dollars
: Compute the break-even point in units and dollars. (Round answers to 0 decimal places, e.g. 1,250.)
|
Required sales in dollars to break even
: Presto Corp. had total variable costs of $165,935, total fixed costs of $166,100, and total revenues of $301,70
|
Write a java program that would represent an asset
: Write a Java program that would represent an asset. Later on, you will be asked to extend this program and implement different types of assets.
|