UrbanPro
true
Nandini Nair A. SAS Base trainer in Bangalore/>

Nandini Nair A.

SAS Expert

Sanjay Nagar, Bangalore, India - 560094.

Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Nandini Nair A.

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

Roughly 17 years of experience in Pharmaceutical industry developing SAS code.
Expert in CDISC SDTM and ADaM Standards.
SAS Certified for Base programming and Clinical Trial programming.
Placement assistance provided.

Languages Spoken

Kannada

Tamil

Hindi

English Proficient

Education

St. Joseph's 2001

Master of Computer Applications (M.C.A.)

Address

Sanjay Nagar, Bangalore, India - 560094

Verified Info

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

SAS Base

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SAS Base

17

SAS On Demand Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SAS On Demand Training

17

SAS Advanced

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SAS Advanced

17

Microsoft Excel Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Microsoft Excel Training classes

10

Teaches following Excel features

Basic Excel

Teaching Experience in detail in Microsoft Excel Training classes

Please contact me directly for more information.

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

17

Teaching Experience in detail in Data Science Classes

I have been teaching SAS for over 12 years and working in the SAS industry for the last 17 years. I currently consult as a SAS and standards Expert for pharmaceutical companies.

Data Analysis Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Analysis Classes

10

Data analysis concepts taught

Stochastics Processes, Regression Analysis, Cluster Analysis, Prediction Analytics, Time Series Analysis, Survival Analysis

Business Analytics Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Business Analytics Training classes

9

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

17

Type of Computer course taken

Basics of Computer usage, Software Programming, Training in Software application usage, Training in Computer tools usage

Teaching Experience in detail in Computer Classes

Thank you for contacting me. Please do email or call me for further details.

Courses

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which classes do you teach?

I teach Business Analytics Training, Computer, Data Analysis, Data Science, Microsoft Excel Training, SAS, SAS Advanced, SAS Base, SAS On Demand and SAS Training Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 17 years.

Answers by Nandini Nair A. (2)

Answered on 14/09/2017 Learn IT Courses/SAS

Hi Neetu, Quotes work in many ways within a SAS macro. Passing a value into a macro within quotes indicates that it is a character string. Using "¯ovariable" within a macro, resolves to a string value within the macro. We teach a lot of these techniques in our SAS courses at Brahms Analytics.... ...more
Hi Neetu, Quotes work in many ways within a SAS macro. Passing a value into a macro within quotes indicates that it is a character string. Using "¯ovariable" within a macro, resolves to a string value within the macro. We teach a lot of these techniques in our SAS courses at Brahms Analytics. Please feel free to reach us at info at brahmsanalytics dot com or visit us at www dot brahmsanalytics dot com Thanks! Brahms Team
Answers 1 Comments
Dislike Bookmark

Answered on 14/09/2017 Learn IT Courses/SAS

Hi Srinitha There are multiple ways in which you can impute missing values. The easiest way is to hard code a value directly. Please see the below example - data x; y = 10; z = .; if z eq . then z = 20; run; In the above example, I am assigning a value of 20 when z is missing, in... ...more
Hi Srinitha There are multiple ways in which you can impute missing values. The easiest way is to hard code a value directly. Please see the below example - data x; y = 10; z = .; if z eq . then z = 20; run; In the above example, I am assigning a value of 20 when z is missing, in other words imputing with a value of 20. The other option is to implement the LOCF method which is Last Observation Carried Forward. This can be achieved using the RETAIN statement. At Brahms Analytics, we teach all these methods as part of our Base and Clinical SAS training course work. Please feel free to reach us out for more information at info at brahmsanalytics dot com Thanks Priya
Answers 1 Comments
Dislike Bookmark

Teaches

SAS Base

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SAS Base

17

SAS On Demand Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SAS On Demand Training

17

SAS Advanced

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in SAS Advanced

17

Microsoft Excel Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Microsoft Excel Training classes

10

Teaches following Excel features

Basic Excel

Teaching Experience in detail in Microsoft Excel Training classes

Please contact me directly for more information.

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

17

Teaching Experience in detail in Data Science Classes

I have been teaching SAS for over 12 years and working in the SAS industry for the last 17 years. I currently consult as a SAS and standards Expert for pharmaceutical companies.

Data Analysis Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Analysis Classes

10

Data analysis concepts taught

Stochastics Processes, Regression Analysis, Cluster Analysis, Prediction Analytics, Time Series Analysis, Survival Analysis

Business Analytics Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Business Analytics Training classes

9

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

17

Type of Computer course taken

Basics of Computer usage, Software Programming, Training in Software application usage, Training in Computer tools usage

Teaching Experience in detail in Computer Classes

Thank you for contacting me. Please do email or call me for further details.

Courses

No Reviews yet! Be the first one to Review

Answers by Nandini Nair A. (2)

Answered on 14/09/2017 Learn IT Courses/SAS

Hi Neetu, Quotes work in many ways within a SAS macro. Passing a value into a macro within quotes indicates that it is a character string. Using "¯ovariable" within a macro, resolves to a string value within the macro. We teach a lot of these techniques in our SAS courses at Brahms Analytics.... ...more
Hi Neetu, Quotes work in many ways within a SAS macro. Passing a value into a macro within quotes indicates that it is a character string. Using "¯ovariable" within a macro, resolves to a string value within the macro. We teach a lot of these techniques in our SAS courses at Brahms Analytics. Please feel free to reach us at info at brahmsanalytics dot com or visit us at www dot brahmsanalytics dot com Thanks! Brahms Team
Answers 1 Comments
Dislike Bookmark

Answered on 14/09/2017 Learn IT Courses/SAS

Hi Srinitha There are multiple ways in which you can impute missing values. The easiest way is to hard code a value directly. Please see the below example - data x; y = 10; z = .; if z eq . then z = 20; run; In the above example, I am assigning a value of 20 when z is missing, in... ...more
Hi Srinitha There are multiple ways in which you can impute missing values. The easiest way is to hard code a value directly. Please see the below example - data x; y = 10; z = .; if z eq . then z = 20; run; In the above example, I am assigning a value of 20 when z is missing, in other words imputing with a value of 20. The other option is to implement the LOCF method which is Last Observation Carried Forward. This can be achieved using the RETAIN statement. At Brahms Analytics, we teach all these methods as part of our Base and Clinical SAS training course work. Please feel free to reach us out for more information at info at brahmsanalytics dot com Thanks Priya
Answers 1 Comments
Dislike Bookmark

Nandini Nair A. describes herself as SAS Expert. She conducts classes in Business Analytics Training, Computer and Data Analysis. Nandini Nair is located in Sanjay Nagar, Bangalore. Nandini Nair takes Online Classes- via online medium. She has 17 years of teaching experience . Nandini Nair has completed Master of Computer Applications (M.C.A.) from St. Joseph's in 2001. She is well versed in English, Kannada, Tamil and Hindi.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Nandini Nair A.

Let Nandini Nair A. know you are interested in their class

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more