Dar Lab Imp Questions[1]
Dar Lab Imp Questions[1]
1. Create a R Script to concatenate two strings.and Read a text file using file.choose().
2. Create boxplot and scatter plot for miles per gallon by cylinders.
3. Consisder inbuilt dataset (Iris) and Calculate the Correlation and covariance matrix for the
above dataset.
6. Disease Diagnosis: Import a dataset from web storage. Name the dataset and now perform
Logistic Regression to identify the factors such as age, blood pressure, and cholesterol level that
influence the likelihood of a disease diagnosis. Also assess whether the model fits well. Use
require(foreign), require(MASS).
9. Loan Default: Import a dataset from web storage. Name the dataset and conduct Logistic
Regression to study how credit score, income, and loan amount influence the chances of loan
default. Ensure to verify if the model is fit. Use require(foreign), require(MASS).
14.Create Boxplot and scatter plot for mileage and no. Of Cylinders.
15.Import a data from web storage. Name the dataset and now do Logistic Regression to find out
relation between variables that are affecting the admission of a student in a institute based on
his or her GRE score, GPA obtained and rank of the student. Also check the model is fit or not.
require (foreign), require(MASS).
16.Customer Churn: Import data from web storage. Name the dataset and now do Logistic
Regression to find out the relationship between variables such as monthly charges, tenure, and
internet service type, which are affecting customer churn. Also check whether the model is fit.
Use require(foreign), require(MASS).
Create the MULTIPLE REGRESSION MODEL
17.Write a R Program to find and Replace patterns (Regex).
21.Loan Default: Import a dataset from web storage. Name the dataset and conduct Logistic
Regression to study how credit score, income, and loan amount influence the chances of loan
default. Ensure to verify if the model is fit. Use require(foreign), require(MASS). Create the
MULTIPLE REGRESSION MODEL
22.Read a XML dataset in R
24.Import a data from web storage. Name the dataset and now do Logistic Regression to find out
relation between variables that are affecting the admission of a student in a institute based on
his or her GRE score, GPA obtained and rank of the student. Also check the model is fit or not.
require (foreign), require(MASS).Create the MULTIPLE REGRESSION MODEL FOR
PREDICTION.
25.Write a R Program to join the string.
30.Insurance Fraud: Import a dataset from web storage. Name the dataset and perform Logistic
Regression to find the relationship between claim amount, claimant age, and incident type,
determining the likelihood of fraudulent claims. Test the model for fitness. Use require(foreign),
require(MASS).