Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use R Studio a. Make sure you install and library below four packages - AppliedPredictiveModeling - caret - corrplot - pls b. Load the data

Use R Studio
image text in transcribed
image text in transcribed
a. Make sure you install and library below four packages - AppliedPredictiveModeling - caret - corrplot - pls b. Load the data set by running R code: data(permeability) After you load the dataset, you will see two subsets-fingerprints and permeability show up on the right-hand side of the RStudio window (under the Global Environment). fingerprints subset is the predictors subset, which contains the 1107 binary predictors indicating the presence or absence of substructures of a molecule. permeability is the outcome subset. Then, please proceed to explore answers for below questions. 1) Check whether there are any missing values in the fingerprints subset. (1 point) Note: put your response in the comment starting with "\#" 2) Split the fingerprints (predictors) and permeability (outcome) subset into training (80%) and test set (20%) respectively. ( 1 point) Note: below R codes for splitting data into the training and test set respectively is provided for your reference. You may use different object name(s) as needed. set.seed( 0 ) training

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

5. If yes, then why?

Answered: 1 week ago

Question

6. How would you design your ideal position?

Answered: 1 week ago