Learn R Programming

baker (version 1.0.4)

get_individual_data: get individual data

Description

get individual data

Usage

get_individual_data(i, data_nplcm)

Value

a list of the same structure as data_nplcm; just with one row of values

Arguments

i

index of individual as appeared in data_nplcm

data_nplcm

the data for nplcm; see nplcm()

Examples

Run this code
data(data_nplcm_noreg)
get_individual_data(2,data_nplcm_noreg)

Run the code above in your browser using DataLab